From 6b6a9252830755403c16c3f736931159de028bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Mon, 29 Jan 2024 23:15:21 +0100 Subject: [PATCH] flake: remove nix config breaking direnv --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index ec68f2b..a613234 100644 --- a/flake.nix +++ b/flake.nix @@ -1,8 +1,6 @@ { description = "b12f hosts"; - nixConfig.extra-experimental-features = "nix-command flakes"; - inputs = { # Track channels with commits tested and built by hydra nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";