flake: move overlay in flake

This commit is contained in:
Antoine Martin 2021-02-15 16:31:08 +01:00
parent 6fec597d7d
commit 1ec3d701ce
2 changed files with 3 additions and 2 deletions

View file

@ -10,6 +10,9 @@
modules = modules =
[ [
./poseidon.nix ./poseidon.nix
{
nixpkgs.overlays = import ./overlays;
}
]; ];
}; };
}; };

View file

@ -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 = ''