games: Disable osu-lazer-sandbox
Currently the build fails with (multiple instances of) error NU3037: Package '…' from source '/build/source/nixos': The author primary signature validity period has expired.
This commit is contained in:
parent
ec09bbf6c6
commit
6cff58fcb0
|
@ -1,5 +1,5 @@
|
||||||
{ lib, nixosConfig, pkgs, ... }:
|
{ lib, nixosConfig, pkgs, ... }:
|
||||||
lib.mkIf nixosConfig.sbruder.games.enable {
|
lib.mkIf nixosConfig.sbruder.games.enable {
|
||||||
home.packages = [ ]
|
home.packages = [ ];
|
||||||
++ lib.optional nixosConfig.sbruder.unfree.allowSoftware pkgs.unstable.osu-lazer-sandbox;
|
#++ lib.optional nixosConfig.sbruder.unfree.allowSoftware pkgs.unstable.osu-lazer-sandbox;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue