mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 14:24:38 -05:00
Forgot pkgs Again
This commit is contained in:
parent
a69db9468d
commit
bf50f1af55
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue