Skip to content

Commit 807a743

Browse files
committed
fix: arion input overloading alert
1 parent 23a1aba commit 807a743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/dev/mkArion.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
let
22
inherit (inputs.cells.std.errors) requireInput;
3-
inherit (requireInput "makes" "github:fluidattacks/makes" "std.lib.dev.mkMakes") arion nixpkgs;
3+
inherit (requireInput "arion" "github:hercules-ci/arion" "std.lib.dev.mkArion") arion nixpkgs;
44

55
inherit (nixpkgs) lib;
66

0 commit comments

Comments
 (0)