task | fix justfile
This commit is contained in:
parent
b0b72546a2
commit
2af64d748c
1 changed files with 2 additions and 2 deletions
4
justfile
4
justfile
|
|
@ -76,9 +76,9 @@ pull:
|
|||
echo Updating from git repo
|
||||
git pull &> nixos-switch.log || ( cat nixos-switch.log && false)
|
||||
rm -f nixos-switch.log
|
||||
doas nix-prefetch-url file://$$PWD/$$(ls -1 src/linuxx64* | tail -n1) &> nixos-switch.log || ( cat nixos-switch.log && false)
|
||||
doas nix-prefetch-url file://`pwd`/`ls -1 src/linuxx64* | tail -n1` &> nixos-switch.log || ( cat nixos-switch.log && false)
|
||||
rm -f nixos-switch.log
|
||||
# doas nix-prefetch-url file://$$PWD/$$(ls -1 src/linuxarm64* | tail -n1) &> nixos-switch.log || ( cat nixos-switch.log && false)
|
||||
# doas nix-prefetch-url file://`pwd`/`ls -1 src/linuxarm64* | tail -n1` &> nixos-switch.log || ( cat nixos-switch.log && false)
|
||||
# rm -f nixos-switch.log
|
||||
|
||||
# Add everything to git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue