|
// User Override for nginx
|
|
// Overrides the upstream nginx package with a custom build
|
|
|
|
package "nginx" {
|
|
version "1.25.0-custom"
|
|
stream "dev"
|
|
source {
|
|
hash "xxh3-user-override-nginx-abc123"
|
|
url "file:///home/user/nginx-custom-build"
|
|
method "local"
|
|
}
|
|
}
|