mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 16:56:53 -05:00
I'm Not Sure Where pkgs Comes From STill
This commit is contained in:
parent
41cc60c736
commit
242b5b46ec
2 changed files with 2 additions and 3 deletions
|
|
@ -50,7 +50,7 @@
|
||||||
inherit inputs globals;
|
inherit inputs globals;
|
||||||
};
|
};
|
||||||
virt-nix = import ./hosts/virt-nix {
|
virt-nix = import ./hosts/virt-nix {
|
||||||
inherit inputs globals;
|
inherit pkgs inputs globals;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,11 @@
|
||||||
# virt-nix
|
# virt-nix
|
||||||
# System configuration for a vm on my desktop
|
# System configuration for a vm on my desktop
|
||||||
|
|
||||||
{ inputs, globals, ... }:
|
{ pkgs, inputs, globals, ... }:
|
||||||
|
|
||||||
with inputs;
|
with inputs;
|
||||||
|
|
||||||
inputs.nixpkgs.lib.nixosSystem {
|
inputs.nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = { inherit inputs; };
|
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
globals
|
globals
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue