From 51a2ad3c4a102eb64549e82263116243d373b8dc Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 3 Apr 2022 10:23:46 +0800 Subject: [PATCH] flake.nix: refactor for latest inputs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;