about summary refs log tree commit diff
path: root/nix/hosts/corrino/www/nix-cache/index.txt
blob: 6e3353b3ee9a882f05d38b966497d64aeb256b4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Nix Cache by emile

Public key:

	nix-cache.emile.space:3xzJknXMsR/EL3SBTu6V6oCOkjxe6MgJm0nOrElW33A=

NixOS Configuration:

  nix.settings = {
    substituters = [
      "https://nix-cache.emile.space"
    ];
    trusted-public-keys = [
	  "nix-cache.emile.space:3xzJknXMsR/EL3SBTu6V6oCOkjxe6MgJm0nOrElW33A="
    ];
  }

Try:

  nix build --substituters "https://nix-cache.emile.space" \
  --trusted-public-keys "nix-cache.emile.space:3xzJknXMsR/EL3SBTu6V6oCOkjxe6MgJm0nOrElW33A=" \
  "git+https://git.emile.space/hefe.git#r2wars-web"