mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-26 15:56:18 +02:00
fetchTree/git: Don't expose exportIgnore attr
This commit is contained in:
parent
469cf263c7
commit
f68ad5acbb
1 changed files with 0 additions and 4 deletions
|
@ -40,10 +40,6 @@ void emitTreeAttrs(
|
|||
attrs.alloc("submodules").mkBool(
|
||||
fetchers::maybeGetBoolAttr(input.attrs, "submodules").value_or(false));
|
||||
|
||||
if (input.getType() == "git")
|
||||
attrs.alloc("exportIgnore").mkBool(
|
||||
fetchers::maybeGetBoolAttr(input.attrs, "exportIgnore").value_or(false));
|
||||
|
||||
if (!forceDirty) {
|
||||
|
||||
if (auto rev = input.getRev()) {
|
||||
|
|
Loading…
Reference in a new issue