use stable nix

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-06 13:06:59 +01:00
parent e3ca974851
commit 0b5e66f4ea

View file

@ -14,7 +14,7 @@ in
{ {
options.plusultra.nix = with types; { options.plusultra.nix = with types; {
enable = mkBoolOpt false "Whether or not to manage nix configuration."; enable = mkBoolOpt false "Whether or not to manage nix configuration.";
package = mkOpt package pkgs.nixUnstable "Which nix package to use."; package = mkOpt package pkgs.nix "Which nix package to use.";
default-substituter = { default-substituter = {
url = mkOpt str "https://cache.nixos.org" "The url for the substituter."; url = mkOpt str "https://cache.nixos.org" "The url for the substituter.";