nix: update
[julm/julm-nix.git] / nixos / profiles / builder.nix
index 5b3ecd01fbcfa3ff16c16d8a837e12a09bee87c0..aae4500efc41049e5f849e83003eb986ee870510 100644 (file)
@@ -1,6 +1,6 @@
 { lib, inputs, ... }:
 {
-  nix.settings.experimental-features = [ "nix-command" "flakes" "repl-flake" ];
+  nix.settings.experimental-features = [ "nix-command" "flakes" ];
   #nix.registry.self.flake = inputs.self;
   nix.nixPath = [
     "nixpkgs=${inputs.nixpkgs}"