We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a26ecc commit 6565993Copy full SHA for 6565993
Makefile
@@ -7,6 +7,9 @@ NIX_OPTIONS ?= --argstr python $(PYTHON) --argstr robotframework $(ROBOTFRAMEWOR
7
.PHONY: all
8
all: test
9
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
+
13
nix-%:
14
nix-shell $(NIX_OPTIONS) setup.nix -A develop --run "$(MAKE) $*"
15
0 commit comments