Skip to content

Commit 05625b7

Browse files
authored
change nix script
The nix script should have been nix-build, but it wasn't
1 parent 098dcfc commit 05625b7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,12 @@ jobs:
1616
cache:
1717
directories:
1818
- $HOME/nix.store
19+
script:
20+
- nix-build
21+
before_install:
22+
- sudo mkdir -p /etc/nix
23+
- echo "substituters = https://cache.nixos.org/ file://$HOME/nix.store" | sudo tee -a /etc/nix/nix.conf > /dev/null
24+
- echo 'require-sigs = false' | sudo tee -a /etc/nix/nix.conf > /dev/null
25+
before_cache:
26+
- mkdir -p $HOME/nix.store
27+
- nix copy --to file://$HOME/nix.store -f default.nix buildInputs

0 commit comments

Comments
 (0)