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
|
||||
homeDir = "/Users/daniel";
|
||||
in
|
||||
|
@ -14,6 +16,8 @@ in
|
|||
];
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixVersions.stable;
|
||||
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
extra-platforms = [ "x86_64-darwin" ];
|
||||
|
|
Loading…
Reference in a new issue