Skip to content

Commit 6565993

Browse files
committed
Add make target for cachix update
1 parent 8a26ecc commit 6565993

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ NIX_OPTIONS ?= --argstr python $(PYTHON) --argstr robotframework $(ROBOTFRAMEWOR
77
.PHONY: all
88
all: test
99

10+
cachix:
11+
nix-store --query --references $$(nix-instantiate shell.nix)|xargs nix-store --realise|xargs nix-store --query --requisites|cachix push robots-from-jupyter
12+
1013
nix-%:
1114
nix-shell $(NIX_OPTIONS) setup.nix -A develop --run "$(MAKE) $*"
1215

0 commit comments

Comments
 (0)