Compare commits

..

No commits in common. "7f080454078a1fe20100bfcef153d91a48ff48d6" and "bfcf8a38aefac793c9dc324cc1820c090c23ab77" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View File

@ -12,8 +12,6 @@ usage() {
copy_nix_files() { copy_nix_files() {
if [ "$1" = "flake" ]; then if [ "$1" = "flake" ]; then
cp ~/Documents/IT/flake-template.nix flake.nix cp ~/Documents/IT/flake-template.nix flake.nix
elif [ "$1" = "nix-ld" ]; then
cp ~/Documents/IT/nix-ld.nix shell.nix
fi fi
cp ~/Documents/IT/shell.nix . cp ~/Documents/IT/shell.nix .
} }
@ -60,9 +58,6 @@ elif [ "$type" = "src" ]; then
mkdir src data mkdir src data
touch .project touch .project
direnv_integration "nix" direnv_integration "nix"
elif [ "$type" = "nix-ld" ]; then
copy_nix_files "nix-ld"
direnv_integration "nix"
else else
usage usage
fi fi

Binary file not shown.