fix: remove duplicate nix option

This commit is contained in:
Felix Schröter 2021-08-10 15:56:45 +02:00
parent 6804a1cf92
commit 642f7406f6
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -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;