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;
|
||
|
}
|