From 904f79ed74516ad670353628eb9b795b681ad5ae Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sat, 9 Mar 2024 16:26:54 +0100 Subject: [PATCH] Styx: make sure stable nix is used --- system/hosts/Styx.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/hosts/Styx.nix b/system/hosts/Styx.nix index 6cb83e7..eb46e6f 100644 --- a/system/hosts/Styx.nix +++ b/system/hosts/Styx.nix @@ -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" ];