roles/watch-store: unpin cachix

This commit is contained in:
zowoq 2023-05-07 11:07:50 +10:00
parent 28610220e7
commit 7b1e436a49

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, ... }:
{
sops.secrets.watch-store-token.sopsFile = ./nix-community-cache/secrets.yaml;
@ -7,6 +7,5 @@
enable = true;
cacheName = "nix-community";
cachixTokenFile = config.sops.secrets.watch-store-token.path;
package = pkgs.haskellPackages.cachix_1_3_3;
};
}