Merge pull request #92 from nix-community/restricted-evals
remove restricted-eval
This commit is contained in:
commit
fb28896d5c
2 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ fi
|
|||
|
||||
export encrypted_080f214a372c_key= encrypted_080f214a372c_iv=
|
||||
|
||||
nix-build release.nix
|
||||
nix-build --quiet release.nix
|
||||
|
||||
if ! is-automatic-update; then
|
||||
bash $DIR/lint.sh
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ import {EVALREPO_PATH} {{
|
|||
"-qa", "*",
|
||||
"--meta",
|
||||
"--xml",
|
||||
"--allowed-uris", "https://static.rust-lang.org",
|
||||
"--option", "restrict-eval", "true",
|
||||
"--option", "allow-import-from-derivation", "true",
|
||||
"--drv-path",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue