Skip to content

Commit c5a21eb

Browse files
committed
Nix expr: remove overlay output
1 parent fbbb1af commit c5a21eb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

flake.nix

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,5 @@
4444
default = self.devShells.${system}.emuhawk-latest;
4545
}
4646
) nixpkgsFor;
47-
overlays.default =
48-
final: prev:
49-
# filter derivations to only include `emuhawk` and `discohawk` ones (i.e. excluding `bizhawkAssemblies`)
50-
std.filterAttrs (name: pkg: (std.hasPrefix "emuhawk" name) || (std.hasPrefix "discohawk" name)) (
51-
# import `default.nix` with the overlayed package set
52-
# (i don't know the circumstances under which `final` wouldn't have a `system` attribute, but we may as well account for it)
53-
importDefaultDerivationsWith (final.system or "") final
54-
);
5547
};
5648
}

0 commit comments

Comments
 (0)