From 3855ee8941f251e1333105f004a7ea319df8c322 Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Thu, 11 Nov 2021 18:37:49 +0100 Subject: [PATCH] use nixUnstable --- modules/cli/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cli/nix.nix b/modules/cli/nix.nix index c649975..4f38ea7 100644 --- a/modules/cli/nix.nix +++ b/modules/cli/nix.nix @@ -1,7 +1,7 @@ { config, lib, pkgs, ... }: { - nix.package = pkgs.nixFlakes; + nix.package = pkgs.nixUnstable; nix.extraOptions = '' experimental-features = nix-command flakes '';