-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmake.env
More file actions
35 lines (27 loc) · 1.39 KB
/
make.env
File metadata and controls
35 lines (27 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Environment variables for Make-Nix
# shellcheck disable=SC2148
# shellcheck disable=SC2034
# nix-2.30.1 install script
NIX_INSTALL_URL=https://releases.nixos.org/nix/nix-2.30.1/install
# sha1 hash as of 22-Jul-2025
NIX_INSTALL_HASH="b8ef91a7faf2043a1a3705153eb38881a49de158"
# Determinate Systems Nix installer 3.8.2
DETERMINATE_INSTALL_URL=https://raw.githubusercontent.com/DeterminateSystems/nix-installer/6beefac4d23bd9a0b74b6758f148aa24d6df3ca9/nix-installer.sh
# sha1 hash as of 22-Jul-2025
DETERMINATE_INSTALL_HASH="ac1bc597771e10eecf2cb4e85fc35c4848981a70"
# Homebrew installer for Nix-Darwin
HOMEBREW_INSTALL_URL=https://raw.githubusercontent.com/Homebrew/install/4fa61184ef77720ad6aa28acd4d7e2d09ee0fd05/install.sh
# sha1 hash as of 3-Aug-2025
HOMEBREW_INSTALL_HASH="0a24b884153bbf18a35ace94ff888961b95ad25b"
# Default install flags
DETERMINATE_INSTALL_MODE="install"
# Default to multi-user
NIX_INSTALL_MODE="--daemon"
# Binary cache URLs
NIX_CACHE_URLS=http://backupsvr.p22:8000/,https://cache.nixos.org/,https://nix-community.cachix.org/
# Verify at https://nix.dev/manual/nix/latest/command-ref/conf-file.html#conf-trusted-public-keys
# Verify at: https://app.cachix.org/cache/nix-community#pull
TRUSTED_PUBLIC_KEYS=cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=,nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
# Default vars
BOOT_SPEC="y"
SWITCH_SPEC="y"