Skip to content
Snippets Groups Projects
Commit 5c3c2ba4 authored by Daniel Firth's avatar Daniel Firth
Browse files

add --no-link to feedback build

parent ad3f1d31
No related merge requests found
...@@ -14,7 +14,7 @@ let input = ...@@ -14,7 +14,7 @@ let input =
let packages = Prelude.List.map Text Text toStep (input : List Text) let packages = Prelude.List.map Text Text toStep (input : List Text)
in "nix build -L" in "nix build -L --no-link "
++ Prelude.List.fold ++ Prelude.List.fold
Text Text
packages packages
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment