ark/lib/default.nix

5 lines
99 B
Nix

{ lib }:
lib.makeExtensible (self: {
pkgBinNoDep = pkgs: name: "${pkgs.${name}}/bin/${name}";
})