use stable nix
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
e3ca974851
commit
0b5e66f4ea
|
@ -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.";
|
||||||
|
|
Loading…
Reference in a new issue