mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
formatting
This commit is contained in:
parent
ab3627ade8
commit
2081f38f96
1 changed files with 2 additions and 2 deletions
|
@ -49,11 +49,11 @@
|
||||||
}) (builtins.readDir dir);
|
}) (builtins.readDir dir);
|
||||||
};
|
};
|
||||||
|
|
||||||
nixosModules = {
|
nixosModules = self.lib.dirToAttrs ./modules import // {
|
||||||
inherit pins;
|
inherit pins;
|
||||||
inherit (impermanence.nixosModules) impermanence;
|
inherit (impermanence.nixosModules) impermanence;
|
||||||
pkgs.nixpkgs.overlays = [ (_: mypkgs) ];
|
pkgs.nixpkgs.overlays = [ (_: mypkgs) ];
|
||||||
} // self.lib.dirToAttrs ./modules import;
|
};
|
||||||
|
|
||||||
nixosConfigurations = self.lib.dirToAttrs ./hosts (
|
nixosConfigurations = self.lib.dirToAttrs ./hosts (
|
||||||
dir:
|
dir:
|
||||||
|
|
Loading…
Reference in a new issue