diff --git a/common/nixpkgs.nix b/common/nixpkgs.nix index eb546a0..8f5a12b 100644 --- a/common/nixpkgs.nix +++ b/common/nixpkgs.nix @@ -18,6 +18,7 @@ settings = { substituters = ["https://nix-community.cachix.org" "https://cache.nixos.org/"]; trusted-public-keys = ["nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="]; + experimental-features = ["nix-command" "flakes"]; }; gc = { automatic = true;