mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Fixed
This commit is contained in:
parent
656c6afd6d
commit
a96b8ceb70
1 changed files with 4 additions and 5 deletions
|
|
@ -176,21 +176,20 @@ function ldv() {
|
|||
|
||||
case $choice in
|
||||
1)
|
||||
cp ~/Documents/projects/lazydev/flakes/web/flake.nix .
|
||||
wget -q https://raw.githubusercontent.com/itme-brain/lazydev/main/flakes/web/flake.nix
|
||||
echo "use flake" >> .envrc && direnv allow
|
||||
;;
|
||||
2)
|
||||
cp ~/Documents/projects/lazydev/flakes/elixir/flake.nix .
|
||||
wget -q https://raw.githubusercontent.com/itme-brain/lazydev/main/flakes/elixir/flake.nix
|
||||
echo "use flake" >> .envrc && direnv allow
|
||||
;;
|
||||
3)
|
||||
cp ~/Documents/projects/lazydev/flakes/haskell/flake.nix .
|
||||
wget -q https://raw.githubusercontent.com/itme-brain/lazydev/main/flakes/haskell/flake.nix
|
||||
echo "use flake" >> .envrc && direnv allow
|
||||
;;
|
||||
# Add more cases here...
|
||||
*)
|
||||
echo "Invalid choice"
|
||||
echo "Invalid choice."
|
||||
;;
|
||||
esac
|
||||
elif [[ -z $1 ]]; then
|
||||
|
|
@ -214,7 +213,7 @@ function ldv() {
|
|||
;;
|
||||
# Add more cases here...
|
||||
*)
|
||||
echo "Invalid choice"
|
||||
echo "Invalid choice."
|
||||
;;
|
||||
esac
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue