Skip to content

Commit

Permalink
nix
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Jan 26, 2024
1 parent c3914be commit bf2cf8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .nix/coq-nix-toolbox.nix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"4e48948fa8252a2fc755182abdd4b199f4798724"
"dd771a5001cd955514f2462cad7cdd90377530e3"
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,6 @@ SPACE=$(XXX) $(YYY)
apps/%.vo: force
@$(MAKE) -C apps/$(word 1,$(subst /, ,$*)) \
$(subst $(SPACE),/,$(wordlist 2,99,$(subst /, ,$*))).vo

nix:
nix-shell --arg do-nothing true --run "updateNixToolBox & genNixActions"

0 comments on commit bf2cf8d

Please sign in to comment.