mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-13 18:19:00 +00:00
flake.nix: refactor for latest inputs
This commit is contained in:
parent
aa690de222
commit
51a2ad3c4a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user