Testing xonsh

This commit is contained in:
Greg Hellings
2024-08-16 15:12:53 -05:00
parent c46dbd3f59
commit 704afb6227
8 changed files with 60 additions and 24 deletions
+5
View File
@@ -16,6 +16,10 @@ let
nixpkgs = import channel {
inherit system;
};
# Use this to include modules directly from a repo
nurNoPkg = import inputs.nurpkgs {
nurpkgs = nixpkgs;
};
in channel.lib.nixosSystem {
inherit system;
specialArgs = { inherit nixpkgs inputs overlays; };
@@ -37,6 +41,7 @@ let
inputs.agenix.nixosModules.default
hm.nixosModules.home-manager
inputs.self.modules.nixosModule
inputs.nurpkgs.nixosModules.nur
./${name}
] ++ extraMods;
};