feat: add nix super cache
This commit is contained in:
parent
ed1c1a6f69
commit
8364d22f92
3 changed files with 4 additions and 3 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue