Skip to content

Commit

Permalink
wip: find whats failing4
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Feb 18, 2024
1 parent a4b1c81 commit ad79553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/std/fwlib/blockTypes/namaka.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ in
namaka ${subdir} check -c nix eval '.#${fragment}'
'' {})
(mkCommand currentSystem "review" "review pending namaka checks" [pkg] ''
namaka ${subdir} check -c nix eval '.#${fragment}' || true
namaka ${subdir} review -c nix eval '.#${fragment}'
'' {})
(mkCommand currentSystem "clean" "clean up pending namaka checks" [pkg] ''
Expand Down

0 comments on commit ad79553

Please sign in to comment.