Skip to content

Commit 6b5daad

Browse files
committed
flake.nix: drop nixConfig with garnix cache
1 parent 6fdf190 commit 6b5daad

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

flake.nix

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,4 @@
4747
devShells.default = pkgs.haskellPackages.nix-diff.env;
4848
}
4949
));
50-
51-
nixConfig = {
52-
extra-substituters = [ "https://cache.garnix.io" ];
53-
54-
extra-trusted-public-keys = [
55-
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
56-
];
57-
};
5850
}

0 commit comments

Comments
 (0)