roles/watch-store: unpin cachix
This commit is contained in:
parent
28610220e7
commit
7b1e436a49
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue