We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1041131 commit e115ba0Copy full SHA for e115ba0
flake.nix
@@ -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";
0 commit comments