Skip to content

Commit

Permalink
refactor(errors): enhance throw info
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Nov 9, 2023
1 parent d5b3efb commit 5ca767f
Show file tree
Hide file tree
Showing 8 changed files with 365 additions and 24 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions local/cells/repo/pops.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ in
)
);

configs = inputs.omnibus.pops.configs.addLoadExtender {
load.inputs.inputs = inputs';
configs = inputs.omnibus.pops.configs {
inputs = {
inputs = {
inherit (inputs') nixfmt topiary nur;
inherit (inputs) std;
inherit nixpkgs;
};
};
};
}
Loading

0 comments on commit 5ca767f

Please sign in to comment.