We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4126db4 commit a1d8188Copy full SHA for a1d8188
.github/workflows/build.yaml
@@ -44,5 +44,5 @@ jobs:
44
pinName=${{ format('{0}-{1}-{2}', github.ref_name , matrix.distro, matrix.system) }}
45
linkFarm=$(nix-build linkFarm.nix --argstr name "$pinName")
46
cachix push $cachixCache $linkFarm
47
- cachix pin $cachixCache $pinName $linkFarm
+ cachix pin $cachixCache $pinName $linkFarm --keep-revisions 1
48
nix-store --query --references $linkFarm | xargs du -shc | sort -h
0 commit comments