working flake-parts
This commit is contained in:
parent
0483b7cf66
commit
ceb855a857
15 changed files with 243 additions and 88 deletions
|
@ -25,7 +25,6 @@
|
|||
inherit lib;
|
||||
inherit inputs inputs';
|
||||
inherit self self';
|
||||
inherit system;
|
||||
}
|
||||
(args.specialArgs or {});
|
||||
inherit (args) modules;
|
||||
|
@ -39,31 +38,17 @@ in {
|
|||
./vali/temperance
|
||||
../modules
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.agenix.nixosModules.default
|
||||
inputs.lix-module.nixosModules.default
|
||||
];
|
||||
};
|
||||
|
||||
# temperance =
|
||||
# lib.nixosSystem rec {
|
||||
# system = "x86_64-linux";
|
||||
# specialArgs = {
|
||||
# inherit lib;
|
||||
# inherit
|
||||
# inputs
|
||||
# self
|
||||
# system
|
||||
# ;
|
||||
# };
|
||||
# });
|
||||
hermit = lib.nixosSystem rec {
|
||||
hermit = mkSystem {
|
||||
inherit withSystem;
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit lib inputs self system;};
|
||||
modules = [
|
||||
./vali/hermit
|
||||
../modules
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.agenix.nixosModules.default
|
||||
inputs.lix-module.nixosModules.default
|
||||
inputs.nixos-hardware.nixosModules.dell-xps-15-7590-nvidia
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue