Skip to content

Commit

Permalink
silence!
Browse files Browse the repository at this point in the history
  • Loading branch information
abathur committed Mar 28, 2024
1 parent fc73875 commit 85c0bbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
- name: validate new CLI demo
run: nix develop --command ./demo
cross-test:
env:
ACTIONS_STEP_DEBUG: true
RUST_LOG: debug
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion nixpkgs/resholve-utils.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ rec {
phraseInvocation = solution: value:
if validateSolution value then
# we pass resholve a directory
"LOGLEVEL=DEBUG RESHOLVE_LORE=${binlore.collect (phraseBinloreArgs value) } ${phraseEnvs solution value} ${resholve}/bin/resholve --overwrite ${phraseArgs value}"
"RESHOLVE_LORE=${binlore.collect (phraseBinloreArgs value) } ${phraseEnvs solution value} ${resholve}/bin/resholve --overwrite ${phraseArgs value}"
else throw "invalid solution"; # shouldn't trigger for now

injectUnresholved = solutions: unresholved: (builtins.mapAttrs (name: value: value // { inherit unresholved; } ) solutions);
Expand Down

0 comments on commit 85c0bbf

Please sign in to comment.