move steam-depots attrset from package to toplevel

This commit is contained in:
Robin Appelman 2026-07-09 00:36:24 +02:00
commit f27c721ba1
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@ def update_manifest_hash [manifest: record] {
}
def get_manifest_hash [manifest: record] {
nix build $".#steam-depots.steam-depot-($manifest.app_id)-($manifest.depot_id)" | complete | get 'stderr' | extract_hash
nix build $".#steam-depots.x86_64-linux.steam-depot-($manifest.app_id)-($manifest.depot_id)" | complete | get 'stderr' | extract_hash
}
def extract_hash [] {