mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07:46 +00:00
blog: delete ?highlight links
This commit is contained in:
parent
a2d0bb7bc9
commit
d3a8891148
1 changed files with 7 additions and 5 deletions
|
@ -821,7 +821,7 @@ What this does is:
|
||||||
|
|
||||||
1. Let the derivation build have access to the network.
|
1. Let the derivation build have access to the network.
|
||||||
2. Prevent the impure derivation from becoming a
|
2. Prevent the impure derivation from becoming a
|
||||||
[content-addressed](https://nix.dev/manual/nix/2.29/development/experimental-features.html?highlight=experimental%20featyre#xp-feature-ca-derivations)
|
[content-addressed](https://nix.dev/manual/nix/2.29/development/experimental-features.html#xp-feature-ca-derivations)
|
||||||
derivation.
|
derivation.
|
||||||
|
|
||||||
Impure derivations can also only be used by other impure derivations or
|
Impure derivations can also only be used by other impure derivations or
|
||||||
|
@ -890,7 +890,7 @@ Give feedback at https://github.com/NixOS/nix/pull/11121
|
||||||
|
|
||||||
## `restrict-eval`
|
## `restrict-eval`
|
||||||
|
|
||||||
[From the Nix manual:](https://nix.dev/manual/nix/2.29/command-ref/conf-file.html?highlight=restrict-eval#conf-restrict-eval)
|
[From the Nix manual:](https://nix.dev/manual/nix/2.29/command-ref/conf-file.html#conf-restrict-eval)
|
||||||
|
|
||||||
> If set to true, the Nix evaluator will not allow access to any files outside
|
> If set to true, the Nix evaluator will not allow access to any files outside
|
||||||
> of `builtins.nixPath`, or to URIs outside of `allowed-uris`.
|
> of `builtins.nixPath`, or to URIs outside of `allowed-uris`.
|
||||||
|
@ -902,7 +902,7 @@ TODO
|
||||||
## `__noChroot`
|
## `__noChroot`
|
||||||
|
|
||||||
When the
|
When the
|
||||||
[`sandbox`](https://nix.dev/manual/nix/2.29/command-ref/conf-file.html?highlight=__nos#conf-sandbox)
|
[`sandbox`](https://nix.dev/manual/nix/2.29/command-ref/conf-file.html#conf-sandbox)
|
||||||
Nix configuration value is set to `relaxed`, fixed-output derivations (FODs)
|
Nix configuration value is set to `relaxed`, fixed-output derivations (FODs)
|
||||||
that have the `__noChroot` attribute set to `true` will not run in the Nix
|
that have the `__noChroot` attribute set to `true` will not run in the Nix
|
||||||
sandbox.
|
sandbox.
|
||||||
|
@ -946,9 +946,9 @@ functions?
|
||||||
**Nope!**
|
**Nope!**
|
||||||
|
|
||||||
`a:a` is a
|
`a:a` is a
|
||||||
[legacy URL literal](https://nix.dev/manual/nix/2.29/development/experimental-features.html?highlight=url%20literal#no-url-literals),
|
[legacy URL literal](https://nix.dev/manual/nix/2.29/development/experimental-features.html#no-url-literals),
|
||||||
which can be disabled using the
|
which can be disabled using the
|
||||||
[`no-url-literals` experimental Nix feature.](https://nix.dev/manual/nix/2.29/development/experimental-features.html?highlight=no-url-#xp-feature-no-url-literals)
|
[`no-url-literals` experimental Nix feature.](https://nix.dev/manual/nix/2.29/development/experimental-features.html#xp-feature-no-url-literals)
|
||||||
|
|
||||||
## de betekenis van @niksnut
|
## de betekenis van @niksnut
|
||||||
|
|
||||||
|
@ -1112,3 +1112,5 @@ TODO
|
||||||
TODO
|
TODO
|
||||||
|
|
||||||
## `builtins.derivationStrict`
|
## `builtins.derivationStrict`
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue