Skip to content

Commit

Permalink
Allow import from derivation for our patched nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Apr 24, 2024
1 parent 5282547 commit 94c3f0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flake-info/src/commands/nix_flake_attrs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use std::path::PathBuf;
const ARGS: [&str; 4] = [
"eval",
"--json",
"--no-allow-import-from-derivation",
"--no-write-lock-file",
];

Expand Down

0 comments on commit 94c3f0b

Please sign in to comment.