Styx: make sure stable nix is used
This commit is contained in:
parent
bc3cb09cd4
commit
904f79ed74
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
homeDir = "/Users/daniel";
|
homeDir = "/Users/daniel";
|
||||||
in
|
in
|
||||||
|
@ -14,6 +16,8 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
package = pkgs.nixVersions.stable;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
experimental-features = [ "nix-command" "flakes" ];
|
experimental-features = [ "nix-command" "flakes" ];
|
||||||
extra-platforms = [ "x86_64-darwin" ];
|
extra-platforms = [ "x86_64-darwin" ];
|
||||||
|
|
Loading…
Reference in a new issue