more dir renaming
This commit is contained in:
parent
9c261524d9
commit
610c1175bc
7 changed files with 2 additions and 2 deletions
4
makefile
4
makefile
|
|
@ -27,8 +27,8 @@ push:
|
|||
pull:
|
||||
@. ~/.bash_ssh
|
||||
git pull
|
||||
doas nix-prefetch-url file://$$PWD/$$(ls -1 pkgs/linuxx64* | tail -n1)
|
||||
doas nix-prefetch-url file://$$PWD/$$(ls -1 pkgs/linuxarm64* | tail -n1)
|
||||
doas nix-prefetch-url file://$$PWD/$$(ls -1 src/linuxx64* | tail -n1)
|
||||
doas nix-prefetch-url file://$$PWD/$$(ls -1 src/linuxarm64* | tail -n1)
|
||||
|
||||
|
||||
ci:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue