mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
9 lines
120 B
Nix
9 lines
120 B
Nix
{
|
|
assembleWrapper,
|
|
pkgs,
|
|
...
|
|
}:
|
|
assembleWrapper {
|
|
basePackage = pkgs.bottom;
|
|
flags = ["--group"];
|
|
}
|