Update flake.nix to include self in outputs for improved configuration management

This commit is contained in:
Danilo Reyes
2025-11-11 16:17:49 -06:00
parent 0403647a1c
commit 73ae1787d1

View File

@@ -4,7 +4,7 @@
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
outputs =
{ nixpkgs }:
{ nixpkgs, self }:
let
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; };