Skip to content
Snippets Groups Projects

fix cachix command

Merged Daniel Firth requested to merge cachix into master
Viewing commit 16b0f4f2
Show latest version
1 file
+ 1
1
Preferences
File browser
Compare changes
+ 1
1
@@ -23,4 +23,4 @@ cachix:
only:
refs:
- master
script: dhall --file .cachix.dhall | dhall text | bash
script: nix-shell -p jq cachix --command 'dhall --file .cachix.dhall | dhall text | bash'