fix: don't use NIX_ALLOW_INSECURE=1
Some checks are pending
Conventional Commits / Conventional Commits (push) Waiting to run
Some checks are pending
Conventional Commits / Conventional Commits (push) Waiting to run
Fix: #12 Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
11e92f0e6b
commit
eade90b797
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ use std::{
|
|||
pub fn get_requisites(host: &str, config_dir: &str) -> String {
|
||||
let get_drv_path = Command::new("nix")
|
||||
.current_dir(Path::new(config_dir))
|
||||
.env("NIXPKGS_ALLOW_INSECURE", "1") // FIXME Idk but fix it
|
||||
.args([
|
||||
"build",
|
||||
"--impure",
|
||||
|
|
Loading…
Reference in a new issue