Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 403bb1d

Browse files
committed
fix cachix
1 parent ace2df6 commit 403bb1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis/before_install

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# -*- mode: sh -*-
22

3-
nix-env -iA nixpkgs.nix-prefetch-git nixpkgs.nix-prefetch-hg nixpkgs.cachix
3+
nix-env -iA nixpkgs.nix-prefetch-git nixpkgs.nix-prefetch-hg
4+
nix-env -iA cachix -f https://github.com/NixOS/nixpkgs/tarball/889c72032f8595fcd7542c6032c208f6b8033db6
45
sudo mount -o remount,exec,size=4G,mode=755 /run/user || true
56
cachix use pypi2nix
67
cachix use nixpkgs-python

0 commit comments

Comments
 (0)