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 .