Ethan Carter Edwards 94ef9b0e48
nixpgks-reviewFull: init
nixpkgs-review with overrides enabling all optional features.

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
2025-07-17 00:16:43 -04:00

9 lines
166 B
Nix

{ stdenv, nixpkgs-review }:
nixpkgs-review.override {
withSandboxSupport = stdenv.hostPlatform.isLinux;
withNom = true;
withDelta = true;
withGlow = true;
}