Skip to content

Commit

Permalink
fix(make): use pyrovelocity cache
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Mar 6, 2024
1 parent c3e1a21 commit c1bf2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ setup-dev: install-direnv install-nix
@. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && \
nix profile install nixpkgs#cachix && \
echo "trusted-users = root $$USER" | sudo tee -a /etc/nix/nix.conf && sudo pkill nix-daemon && \
cachix use devenv
cachix use pyrovelocity

.PHONY: devshell
devshell: ## Enter nix devshell. See use_flake in `direnv stdlib`.
Expand Down

0 comments on commit c1bf2b4

Please sign in to comment.