tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nuke-references: add meta.mainProgram
Adam Stephens
2 years ago
b4c0220a
b002bc51
+2
1 changed file
expand all
collapse all
unified
split
pkgs
build-support
nuke-references
default.nix
+2
pkgs/build-support/nuke-references/default.nix
···
38
38
shell = lib.getBin shell + (shell.shellPath or "");
39
39
signingUtils = lib.optionalString darwinCodeSign signingUtils;
40
40
};
41
41
+
42
42
+
meta.mainProgram = "nuke-refs";
41
43
}