diff options
| author | seth <[email protected]> | 2023-04-02 13:50:39 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-02 13:50:39 -0400 |
| commit | 5c5cb3b928ab4a4bd5fd3886fb40cb109d713347 (patch) | |
| tree | 31bc070744997372f96140022da85438290a8bed | |
| parent | 0627edd53edc8a2a1470018055f248b40c41fe45 (diff) | |
add nix-community binary cache
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,9 @@ { + nixConfig = { + extra-substituters = ["https://nix-community.cachix.org"]; + extra-trusted-public-keys = ["nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="]; + }; + inputs = { utils.url = "github:numtide/flake-utils"; naersk = { |
