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