This commit is contained in:
Spectre 2024-06-08 15:16:58 +02:00
parent ae0a5ed865
commit 3e5c368a86

View file

@ -11,6 +11,9 @@
specialArgs = inputs; specialArgs = inputs;
in { in {
base = nixpkgs.lib.nixosSystem { base = nixpkgs.lib.nixosSystem {
inherit system specialArgs;
modules = [
./common.nix ./common.nix
conf.extraConfig conf.extraConfig
@ -18,6 +21,7 @@ in {
./base.nix ./base.nix
./boot.nix ./boot.nix
];
}; };
full = nixpkgs.lib.nixosSystem { full = nixpkgs.lib.nixosSystem {