From 642f7406f6955653824aa0181653aa4458f2ec6d Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Tue, 10 Aug 2021 15:56:45 +0200 Subject: [PATCH] fix: remove duplicate nix option --- system/nix.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/system/nix.nix b/system/nix.nix index 7536987..d156db7 100644 --- a/system/nix.nix +++ b/system/nix.nix @@ -1,12 +1,6 @@ { config, pkgs, ... }: { - # for flakes support - nix.package = pkgs.nixUnstable; - nix.extraOptions = '' - experimental-features = nix-command flakes - ''; - nix.autoOptimiseStore = true; nix.gc = { automatic = true;