flake.nix: inherit formatting changed
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
parent
29c198a205
commit
921677b37a
1 changed files with 16 additions and 4 deletions
20
flake.nix
20
flake.nix
|
|
@ -227,7 +227,10 @@
|
|||
hand7s = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs self;
|
||||
inherit
|
||||
inputs
|
||||
self
|
||||
;
|
||||
};
|
||||
|
||||
modules = [
|
||||
|
|
@ -245,7 +248,10 @@
|
|||
s0mePC-nix = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs self;
|
||||
inherit
|
||||
inputs
|
||||
self
|
||||
;
|
||||
};
|
||||
modules = [
|
||||
"${self}/s0mePC-nix/default.nix"
|
||||
|
|
@ -262,7 +268,10 @@
|
|||
s0meMiniPC-nix = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs self;
|
||||
inherit
|
||||
inputs
|
||||
self
|
||||
;
|
||||
};
|
||||
modules = [
|
||||
"${self}/s0meMiniPC-nix/default.nix"
|
||||
|
|
@ -294,7 +303,10 @@
|
|||
s0melapt0p-nix = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs self;
|
||||
inherit
|
||||
inputs
|
||||
self
|
||||
;
|
||||
};
|
||||
modules = [
|
||||
"${self}/s0melapt0p-nix/default.nix"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue