From 886d3e0c37eaf44946e43f61083f05cc1ad9dc29 Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Fri, 4 Nov 2022 19:03:03 +0000 Subject: [PATCH] Use stable nix package unstable is no longer required as flakes are now part of nix --- modules/nix.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/nix.nix b/modules/nix.nix index 98a1d68..6a11112 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -21,9 +21,6 @@ let in { nix = { - # flake support - package = pkgs.nixUnstable; - extraOptions = '' experimental-features = nix-command flakes '';