skip nix on deployment target in .env++
This commit is contained in:
parent
608cec2b97
commit
31e9f56775
1 changed files with 1 additions and 1 deletions
2
.env
2
.env
|
|
@ -1,4 +1,4 @@
|
||||||
which nix && test -n "$NIX_SHELL_XRSH" || {
|
which nix-shell && test -z "$NIX_SHELL_XRSH" && {
|
||||||
|
|
||||||
# automatically mirror main between forgejo<->codeberg
|
# automatically mirror main between forgejo<->codeberg
|
||||||
git(){
|
git(){
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue