Skip to content
Snippets Groups Projects
Commit e1d2a08c authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

maybe like this, then

parent a6b869f5
No related branches found
No related tags found
1 merge request!208Set up Cachix cache
......@@ -147,11 +147,10 @@ jobs:
steps:
- run:
environment:
NIX_PATH: "nixpkgs=https://github.com/nixos/nixpkgs/archive/7e9b0dff974c89e070da1ad85713ff3c20b0ca97.tar.gz"
name: "Set up Cachix"
command: |
nix-env -iA nixpkgs.cachix
nix-channel --add https://nixos.org/channels/nixos-21.05 2105-small
nix-env -f '<2105-small>' -i cachix
cachix use "${CACHIX_NAME}"
- "checkout"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment