From 06e8299c0e333f3e789b8f11574aa2dfdd457b32 Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Tue, 7 May 2024 18:34:08 +0300 Subject: [PATCH] Disable "unstable" nix Signed-off-by: Ivan Bushchik --- common/base.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/common/base.nix b/common/base.nix index fe3ca5d..c297d1d 100644 --- a/common/base.nix +++ b/common/base.nix @@ -5,7 +5,6 @@ let secrets = my.secrets { inherit config; }; in { nix = { - package = pkgs.nixUnstable; extraOptions = '' experimental-features = nix-command flakes '';