resholve: init at 0.4.0 (#85827)
resholve: init at 0.4.0 resholve attempts to resolve executables in shell scripts. Includes Nix builder for resolving dependencies in Nix-built shell projects.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ callPackage
|
||||
, doCheck ? true
|
||||
}:
|
||||
|
||||
rec {
|
||||
resholve = callPackage ./resholve.nix { inherit doCheck; };
|
||||
resholvePackage =
|
||||
callPackage ./resholve-package.nix { inherit resholve; };
|
||||
}
|
||||
Reference in New Issue
Block a user