From 52d4fdac552158fff4204d1ac10d59737c9468b6 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sun, 27 Nov 2022 22:02:20 +0100 Subject: Remove all 'old nix' stuff, plus configs and unused dev environment --- tmp-dev-env.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tmp-dev-env.sh (limited to 'tmp-dev-env.sh') diff --git a/tmp-dev-env.sh b/tmp-dev-env.sh deleted file mode 100644 index d95cc7b..0000000 --- a/tmp-dev-env.sh +++ /dev/null @@ -1,14 +0,0 @@ -set -e - -test_dir="$(mktemp -d)" -trap "rm -rf $test_dir" EXIT - -mkdir -p "$test_dir"/run -mkdir -p "$test_dir"/data - -test_cfg="(import ./config.nix) // { - runDir=\"${test_dir}/run\"; - dataDir=\"${test_dir}/data\"; -}" - -nix-shell -A shell --arg config "$test_cfg" "$@" -- cgit v1.2.3