mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
replaceDependency: fix syntax error
This commit is contained in:
parent
c60b3e4bfc
commit
10728c25b0
@ -22,7 +22,7 @@
|
||||
with lib;
|
||||
|
||||
let
|
||||
warn = if verbose then builtins.trace else (x:y:y);
|
||||
warn = if verbose then builtins.trace else (x: y: y);
|
||||
references = import (runCommand "references.nix" { exportReferencesGraph = [ "graph" drv ]; } ''
|
||||
(echo {
|
||||
while read path
|
||||
|
Loading…
Reference in New Issue
Block a user