untracked vars

This commit is contained in:
willifan 2024-05-20 15:26:11 +02:00
parent 5737813aad
commit 6c4eab1e9d
3 changed files with 2 additions and 7 deletions

View file

@ -35,7 +35,7 @@
"x86_64-linux"
];
inherit (nixpkgs) lib;
configVars = import ./vars { inherit inputs lib; };
configVars = import /home/willifan/.nix-config/vars { inherit inputs lib; };
specialArgs = { inherit inputs outputs configVars nixpkgs; };
in
{