Skip to content

Commit eaa1935

Browse files
authored
docs: remove empty path settings from nix.conf snippets (#2132)
1 parent 47d4ec7 commit eaa1935

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

nix/docs/start-here.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,10 @@ builders-use-substitutes = true
2525
cores = 0
2626
experimental-features = nix-command flakes
2727
max-jobs = auto
28-
netrc-file =
2928
require-sigs = true
3029
substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com https://postgrest.cachix.org https://cache.nixos.org/
3130
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI= postgrest.cachix.org-1:icgW4R15fz1+LqvhPjt4EnX/r19AaqxiVV+1olwlZtI= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
32-
trusted-substituters =
3331
trusted-users = YOUR_USERNAME root
34-
extra-sandbox-paths =
35-
extra-substituters =
3632
```
3733

3834
**Important**: Replace `YOUR_USERNAME` with your actual username in the `trusted-users` line.
@@ -71,14 +67,10 @@ builders-use-substitutes = true
7167
cores = 0
7268
experimental-features = nix-command flakes
7369
max-jobs = auto
74-
netrc-file =
7570
require-sigs = true
7671
substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com https://postgrest.cachix.org https://cache.nixos.org/
7772
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI= postgrest.cachix.org-1:icgW4R15fz1+LqvhPjt4EnX/r19AaqxiVV+1olwlZtI= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
78-
trusted-substituters =
7973
trusted-users = YOUR_USERNAME root
80-
extra-sandbox-paths =
81-
extra-substituters =
8274
```
8375

8476
**Important**: Replace `YOUR_USERNAME` with your actual username in the `trusted-users` line.

0 commit comments

Comments
 (0)