diff --git a/flake.nix b/flake.nix index a1ae8059..02e9a554 100644 --- a/flake.nix +++ b/flake.nix @@ -140,7 +140,7 @@ # Extend nixpkgs with our overlays except for the NixOS-focused modules # here. nixpkgs.overlays = overlays - ++ [ inputs.nix-alien.overlay inputs.guix-overlay.overlay ]; + ++ [ inputs.nix-alien.overlay inputs.guix-overlay.overlays.default ]; # Please clean your temporary crap. boot.cleanTmpDir = true;