5 lines
99 B
Nix
5 lines
99 B
Nix
{ lib }:
|
|
lib.makeExtensible (self: {
|
|
pkgBinNoDep = pkgs: name: "${pkgs.${name}}/bin/${name}";
|
|
})
|