Forgot pkgs Again

This commit is contained in:
Annika Merris 2024-05-18 16:45:11 -04:00
parent a69db9468d
commit bf50f1af55
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@
inherit inputs globals; inherit inputs globals;
}; };
virt-nix = import ./hosts/virt-nix { virt-nix = import ./hosts/virt-nix {
inherit pkgs inputs globals; inherit inputs globals;
}; };
}; };

View file

@ -1,7 +1,7 @@
# virt-nix # virt-nix
# System configuration for a vm on my desktop # System configuration for a vm on my desktop
{ pkgs, inputs, globals, ... }: { inputs, globals, ... }:
with inputs; with inputs;