@cryptotaxi247 / infra / commits / e115ba06

flake.nix: add cachix cache

Jörg Thalheim committed Jan 31, 2025 at 11:28 UTC e115ba06cb0ea49528cb8d4b855a8a6508d9b58e
1 file changed +5
flake.nix
+5
@@ -1,6 +1,11 @@
1 {
2 description = "Nixos org infra";
3
4 + nixConfig.extra-substituters = [ "https://nixos-infra-dev.cachix.org" ];
5 + nixConfig.extra-trusted-public-keys = [
6 + "nixos-infra-dev.cachix.org-1:OvwhqPPs81cInrtRAX0K7dG6lw8wXcQEX4xyp4AnSXw="
7 + ];
8 +
9 inputs = {
10 nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
11 nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";