steamPackages: add update-runtime-shell.nix to update runtime
This commit is contained in:
parent
67d0b8026e
commit
f4bbd5b024
13
pkgs/games/steam/update-runtime-shell.nix
Normal file
13
pkgs/games/steam/update-runtime-shell.nix
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
with import <nixpkgs> {};
|
||||||
|
|
||||||
|
(python2.buildEnv.override {
|
||||||
|
extraLibs = with python2Packages;
|
||||||
|
[ debian
|
||||||
|
];
|
||||||
|
postBuild = ''
|
||||||
|
mkdir -p $out/bin
|
||||||
|
for i in ${nixUnstable}/bin/*; do
|
||||||
|
ln -s $i $out/bin/$(basename $i)
|
||||||
|
done
|
||||||
|
'';
|
||||||
|
}).env
|
Loading…
x
Reference in New Issue
Block a user