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);
|
||||
};
|
||||
|
||||
nixosModules = {
|
||||
nixosModules = self.lib.dirToAttrs ./modules import // {
|
||||
inherit pins;
|
||||
inherit (impermanence.nixosModules) impermanence;
|
||||
pkgs.nixpkgs.overlays = [ (_: mypkgs) ];
|
||||
} // self.lib.dirToAttrs ./modules import;
|
||||
};
|
||||
|
||||
nixosConfigurations = self.lib.dirToAttrs ./hosts (
|
||||
dir:
|
||||
|
|
Loading…
Reference in a new issue