
nixpkgs-review with overrides enabling all optional features. Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
9 lines
166 B
Nix
9 lines
166 B
Nix
{ stdenv, nixpkgs-review }:
|
|
|
|
nixpkgs-review.override {
|
|
withSandboxSupport = stdenv.hostPlatform.isLinux;
|
|
withNom = true;
|
|
withDelta = true;
|
|
withGlow = true;
|
|
}
|