feat: add nix super cache

This commit is contained in:
Moritz Böhme 2024-01-16 12:33:48 +01:00
parent ed1c1a6f69
commit 8364d22f92
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 4 additions and 3 deletions

View file

@ -26,7 +26,7 @@ in
config.nix = {
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
package = pkgs.nix-super;
package = inputs.nix-super.packages.${pkgs.system}.default;
extraOptions = "experimental-features = nix-command flakes";