mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
changed
This commit is contained in:
parent
509231b6ca
commit
656c6afd6d
1 changed files with 3 additions and 2 deletions
|
|
@ -176,15 +176,16 @@ function ldv() {
|
||||||
|
|
||||||
case $choice in
|
case $choice in
|
||||||
1)
|
1)
|
||||||
|
cp ~/Documents/projects/lazydev/flakes/web/flake.nix .
|
||||||
wget -q https://raw.githubusercontent.com/itme-brain/lazydev/main/flakes/web/flake.nix
|
wget -q https://raw.githubusercontent.com/itme-brain/lazydev/main/flakes/web/flake.nix
|
||||||
echo "use flake" >> .envrc && direnv allow
|
echo "use flake" >> .envrc && direnv allow
|
||||||
;;
|
;;
|
||||||
2)
|
2)
|
||||||
wget -q https://raw.githubusercontent.com/itme-brain/lazydev/main/flakes/elixir/flake.nix
|
cp ~/Documents/projects/lazydev/flakes/elixir/flake.nix .
|
||||||
echo "use flake" >> .envrc && direnv allow
|
echo "use flake" >> .envrc && direnv allow
|
||||||
;;
|
;;
|
||||||
3)
|
3)
|
||||||
wget -q https://raw.githubusercontent.com/itme-brain/lazydev/main/flakes/haskell/flake.nix
|
cp ~/Documents/projects/lazydev/flakes/haskell/flake.nix .
|
||||||
echo "use flake" >> .envrc && direnv allow
|
echo "use flake" >> .envrc && direnv allow
|
||||||
;;
|
;;
|
||||||
# Add more cases here...
|
# Add more cases here...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue