diff --git a/scripts/enable_nix-experimental-features.bash b/scripts/enable_nix-experimental-features.bash deleted file mode 100755 index a53cf503..00000000 --- a/scripts/enable_nix-experimental-features.bash +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -set -euxo pipefail - -mkdir -p "$XDG_CONFIG_HOME/nix" -touch "$XDG_CONFIG_HOME/nix/nix.conf" -rg '^experimental-features' "$XDG_CONFIG_HOME/nix/nix.conf" || - echo 'experimental-features = nix-command flakes' >>"$XDG_CONFIG_HOME/nix/nix.conf"