mirror of
https://codeberg.org/spire/nix.git
synced 2026-08-02 12:25:00 +02:00
move steam-depots attrset from package to toplevel
This commit is contained in:
parent
fe706dc5c0
commit
f27c721ba1
2 changed files with 2 additions and 2 deletions
|
|
@ -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 [] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue