Skip to content

Commit

Permalink
fix: arion input overloading alert
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed May 6, 2024
1 parent 23a1aba commit 807a743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/dev/mkArion.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let
inherit (inputs.cells.std.errors) requireInput;
inherit (requireInput "makes" "github:fluidattacks/makes" "std.lib.dev.mkMakes") arion nixpkgs;
inherit (requireInput "arion" "github:hercules-ci/arion" "std.lib.dev.mkArion") arion nixpkgs;

inherit (nixpkgs) lib;

Expand Down

0 comments on commit 807a743

Please sign in to comment.