Remove flake-utils for Python datasci projects

This commit is contained in:
2026-03-28 15:26:59 +01:00
parent d6584c8e01
commit 4022629cf2

View File

@@ -18,7 +18,7 @@ copy_nix_files() {
elif [ "$1" = "nix-ld" ]; then
cp ~/Projects/devenv/nix-ld.nix shell.nix
elif [ "$1" = "datasci" ]; then
cp ~/Projects/devenv/python-data-science.nix shell.nix
cp ~/Projects/devenv/python-data-science.nix flake.nix
else
cp ~/Projects/devenv/shell.nix .
fi
@@ -88,7 +88,7 @@ elif [ "$type" = "datasci" ]; then
copy_nix_files "datasci"
create_dir data
touch .project
direnv_integration "nix"
direnv_integration "flake"
else
usage
fi