all: remove package aliases

This commit is contained in:
Bruno BELANYI 2022-09-29 21:58:48 +02:00
parent 84217afd07
commit 5e021e6436
8 changed files with 13 additions and 13 deletions

View file

@ -32,7 +32,7 @@ in
(pkgs.writeScriptBin "steam-run" ''
#!/bin/sh
mkdir -p "${cfg.dataDir}"
HOME="${cfg.dataDir}" exec ${pkgs.steam-run-native}/bin/steam-run "$@"
HOME="${cfg.dataDir}" exec ${pkgs.steam-run}/bin/steam-run "$@"
'')
];
};