please just work
This commit is contained in:
parent
e94a1ca091
commit
12202c880e
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
|
@ -8,9 +8,6 @@ check-status:
|
|||
echo "Git is clean. :)"
|
||||
|
||||
build: check-status
|
||||
@NIXOS_LABEL=$$(git rev-parse HEAD) && \
|
||||
echo "Setting NixOS label to commit hash: $$NIXOS_LABEL" && \
|
||||
sudo nixos-rebuild switch --flake .
|
||||
|
||||
@NIXOS_LABEL=$$(git rev-parse HEAD) sudo nixos-rebuild switch --flake .
|
||||
|
||||
.PHONY: check-status build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue