Skip to content

Commit

Permalink
Update Makefile.template
Browse files Browse the repository at this point in the history
  • Loading branch information
rizo authored Apr 12, 2024
1 parent d2808d3 commit c639e65
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Makefile.template
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@

.PHONY: lock
lock:
nix develop -f default.nix lock

.PHONY: shell
shell:
nix develop -f default.nix -j auto -i -k TERM -k PATH -k HOME -v shell

.PHONY: build
build:
nix build -f default.nix -j auto -v

.PHONY: lock
lock:
nix develop -f default.nix lock

0 comments on commit c639e65

Please sign in to comment.