Skip to content

Commit e115ba0

Browse files
committed
flake.nix: add cachix cache
1 parent 1041131 commit e115ba0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

flake.nix

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
description = "Nixos org infra";
33

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+
49
inputs = {
510
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
611
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";

0 commit comments

Comments
 (0)