mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
FLAKE add nix-path routine
This commit is contained in:
parent
5f1cc2511a
commit
83031aace9
@ -47,6 +47,8 @@
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
nixPath = [ "nixpkgs=${pkgs}" ];
|
||||
registry.nixpkgs.flake = pkgs;
|
||||
};
|
||||
nixpkgs = {
|
||||
overlays = [ flakes.emacs-overlay.overlay flakeOutputs.overlay ] ++ extraOverlays;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user