1
0
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:
Stefan Ellmauthaler 2022-01-28 12:34:50 +01:00
parent 5f1cc2511a
commit 83031aace9
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256

View File

@ -47,6 +47,8 @@
dates = "weekly"; dates = "weekly";
options = "--delete-older-than 30d"; options = "--delete-older-than 30d";
}; };
nixPath = [ "nixpkgs=${pkgs}" ];
registry.nixpkgs.flake = pkgs;
}; };
nixpkgs = { nixpkgs = {
overlays = [ flakes.emacs-overlay.overlay flakeOutputs.overlay ] ++ extraOverlays; overlays = [ flakes.emacs-overlay.overlay flakeOutputs.overlay ] ++ extraOverlays;