1
0
Fork 0

Styx: make sure stable nix is used

This commit is contained in:
Daniel Kempkens 2024-03-09 16:26:54 +01:00
parent bc3cb09cd4
commit 904f79ed74
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -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" ];