From 536cdc7cea60ef09ef8bc450b9338e6e9e3fdc53 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Fri, 17 Feb 2023 23:28:19 -0500 Subject: [PATCH] experimental --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index 0c66291..fb8d31d 100644 --- a/justfile +++ b/justfile @@ -26,6 +26,10 @@ setup-debian: NIX_PATH={{NIXPATH}} nix-channel --update NIX_PATH={{NIXPATH}} nix-shell '' -A install +experimental: + mkdir -p ~/.config/nix + echo "extra-experimental-features = flakes nix-command" ~/.config/nix/nix.conf + git-add: git add .