mirror of
https://codeberg.org/spire/nix.git
synced 2026-08-02 12:25:00 +02:00
move hl2sdk attrset from package to toplevel
This commit is contained in:
parent
0d59edce87
commit
fe706dc5c0
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ def update_sdk [sdk: string] {
|
|||
# so we put a unique dummy value in there to work around this
|
||||
open nix/sourcemod/hl2sdks.json | update ([$sdk, "sha256"] | into cell-path) $"($sdk)-placeholder" | save -f nix/sourcemod/hl2sdks.json
|
||||
|
||||
nix-update --flake --use-update-script $"hl2sdk.($sdk)"
|
||||
nix-update --flake --use-update-script $"hl2sdk.x86_64-linux.($sdk)"
|
||||
nix build .#sourcemods.x86_64-linux.tf2
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue