diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/by-name/st/steam/module.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/by-name/st/steam/module.nix b/modules/by-name/st/steam/module.nix index a02b2e4b..87cdc709 100644 --- a/modules/by-name/st/steam/module.nix +++ b/modules/by-name/st/steam/module.nix @@ -10,7 +10,6 @@ { lib, config, - pkgs, ... }: let cfg = config.soispha.programs.steam; @@ -22,8 +21,8 @@ in { config = lib.mkIf cfg.enable { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ - # NOTE: These are not really applied. Look at - # <modules/by-name/ni/nixpkgs/config.nix> instead. <2025-04-25> + # NOTE: These are not really applied. Needs to be at + # <modules/by-name/ni/nixpkgs/config.nix> for some reason. <2025-04-25> "steam" "steam-unwrapped" "steam-original" |
