18 lines
460 B
TOML
18 lines
460 B
TOML
# Escrita a mano (Etapa G, tanda 2026-07-05): import-nix rechaza el fetchgit recursivo
|
|
# de nixpkgs (hash NAR no reusable) ⇒ repo+commit fijados a mano, vía Go automática del lab.
|
|
name = "seaweedfs"
|
|
version = "4.36"
|
|
|
|
[source]
|
|
repo = "https://github.com/seaweedfs/seaweedfs"
|
|
commit = "d0b90d29eb6c3cfad1f9c0f80d671c72c4ec1d27"
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
flags = ["./weed"]
|
|
|
|
[deps]
|
|
build = ["go"]
|