mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 11:37:54 +00:00
5 lines
79 B
Nix
5 lines
79 B
Nix
{ pkgs, makeInstalledTest, ... }:
|
|
|
|
makeInstalledTest {
|
|
tested = pkgs.gcab;
|
|
}
|