flake: move overlay in flake
This commit is contained in:
parent
6fec597d7d
commit
1ec3d701ce
|
@ -10,6 +10,9 @@
|
||||||
modules =
|
modules =
|
||||||
[
|
[
|
||||||
./poseidon.nix
|
./poseidon.nix
|
||||||
|
{
|
||||||
|
nixpkgs.overlays = import ./overlays;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -118,8 +118,6 @@ in
|
||||||
|
|
||||||
boot.supportedFilesystems = [ "btrfs" ];
|
boot.supportedFilesystems = [ "btrfs" ];
|
||||||
|
|
||||||
nixpkgs.overlays = import ../../overlays;
|
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.nixUnstable;
|
package = pkgs.nixUnstable;
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
|
|
Loading…
Reference in a new issue