From 3e6baf384c878babd8a45a5a338eb480fc018393 Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 29 Aug 2025 01:38:09 +0200 Subject: [PATCH] Initialize Flake dev projects only with one file --- scripts/.local/share/scripts/project-init | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/.local/share/scripts/project-init b/scripts/.local/share/scripts/project-init index 749c3bc..18918f8 100755 --- a/scripts/.local/share/scripts/project-init +++ b/scripts/.local/share/scripts/project-init @@ -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