Initialize Flake dev projects only with one file

This commit is contained in:
coolneng 2025-08-29 01:38:09 +02:00
parent 4d5c984575
commit 3e6baf384c
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -15,7 +15,6 @@ usage() {
copy_nix_files() {
if [ "$1" = "flake" ]; then
cp ~/Projects/devenv/flake-template.nix flake.nix
cp ~/Projects/devenv/shell.nix .
elif [ "$1" = "nix-ld" ]; then
cp ~/Projects/devenv/nix-ld.nix shell.nix
elif [ "$1" = "datasci" ]; then