flake.nix: refactor for latest inputs

This commit is contained in:
Gabriel Arazas 2022-04-03 10:23:46 +08:00
parent aa690de222
commit 51a2ad3c4a

View File

@ -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;