We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0a35e commit a370dc3Copy full SHA for a370dc3
flake.nix
@@ -7,6 +7,9 @@
7
phps.url = "github:fossar/nix-phps";
8
};
9
10
+ nixConfig.substituters = "https://nix-shell.cachix.org https://fossar.cachix.org";
11
+ nixConfig.trusted-public-keys = "nix-shell.cachix.org-1:kat3KoRVbilxA6TkXEtTN9IfD4JhsQp1TPUHg652Mwc= fossar.cachix.org-1:Zv6FuqIboeHPWQS7ysLCJ7UT7xExb4OE8c4LyGb5AsE=";
12
+
13
outputs = { self, flake-utils, nixpkgs, phps }:
14
flake-utils.lib.eachDefaultSystem
15
(system:
0 commit comments