flake.nix: utilizing self function
This commit is contained in:
parent
ee4aed393f
commit
c83228e04e
1 changed files with 7 additions and 7 deletions
14
flake.nix
14
flake.nix
|
|
@ -186,7 +186,7 @@
|
|||
};
|
||||
|
||||
modules = [
|
||||
./hand7s/standalone.nix
|
||||
"${self.outPath}/hand7s/standalone.nix"
|
||||
inputs.stylix.homeManagerModules.stylix
|
||||
inputs.chaotic.homeManagerModules.default
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
|
|
@ -201,11 +201,11 @@
|
|||
s0mePC-nix = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
inherit inputs self;
|
||||
};
|
||||
modules = [
|
||||
./s0mePC-nix/default.nix
|
||||
./s0mePC-nix/disko.nix
|
||||
"${self.outPath}/s0mePC-nix/default.nix"
|
||||
"${self.outPath}/s0mePC-nix/disko.nix"
|
||||
inputs.chaotic.nixosModules.default
|
||||
inputs.stylix.nixosModules.stylix
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
|
|
@ -218,11 +218,11 @@
|
|||
s0melapt0p-nix = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
inherit inputs self;
|
||||
};
|
||||
modules = [
|
||||
./s0melapt0p-nix/default.nix
|
||||
./s0melapt0p-nix/disko.nix
|
||||
"${self.outPath}/s0melapt0p-nix/default.nix"
|
||||
"${self.outPath}/s0melapt0p-nix/disko.nix"
|
||||
inputs.chaotic.nixosModules.default
|
||||
inputs.stylix.nixosModules.stylix
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue