7 lines
110 B
Nix
7 lines
110 B
Nix
|
self: super:
|
||
|
{
|
||
|
steam_primus = super.steamPackages.steam-chrootenv.override {
|
||
|
withPrimus = true;
|
||
|
};
|
||
|
}
|