Fix commented section not printing
This commit is contained in:
parent
0331f438ef
commit
f5b4067bfc
1 changed files with 2 additions and 2 deletions
4
makefile
4
makefile
|
|
@ -35,8 +35,8 @@ pull:
|
|||
@rm nixos-switch.log
|
||||
@doas nix-prefetch-url file://$$PWD/$$(ls -1 src/linuxx64* | tail -n1) &> nixos-switch.log || ( cat nixos-switch.log && false)
|
||||
@rm nixos-switch.log
|
||||
# @doas nix-prefetch-url file://$$PWD/$$(ls -1 src/linuxarm64* | tail -n1) &> nixos-switch.log || ( cat nixos-switch.log && false)
|
||||
# @rm nixos-switch.log
|
||||
@ # doas nix-prefetch-url file://$$PWD/$$(ls -1 src/linuxarm64* | tail -n1) &> nixos-switch.log || ( cat nixos-switch.log && false)
|
||||
@ # rm nixos-switch.log
|
||||
|
||||
ci:
|
||||
@echo "git commit all"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue