Skip to content

Commit

Permalink
Add flake cache
Browse files Browse the repository at this point in the history
  • Loading branch information
grihabor committed Oct 6, 2024
1 parent 13eba0a commit ad29598
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
nixConfig = {
extra-substituters = [
"https://pants-nix.cachix.org"
];
extra-trusted-public-keys = [
"pants-nix.cachix.org-1:qbtCBNLKjk4XIuZPquG8oQuEILiIFsd/pI9nkJ4W2OQ="
];
};
description = "A very basic flake";

inputs = {
Expand Down

0 comments on commit ad29598

Please sign in to comment.