Remove nixpkgs version fallback and delete nettest container
Nix builds now require an explicit version = "..." in default.nix — no implicit nixpkgs eval fallback. Also removes nettest (outgrown) and updates all doc/task references. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b3dfb8d13c
commit
5dbdbf7cbe
11 changed files with 11 additions and 199 deletions
|
|
@ -49,7 +49,7 @@ dagger call --interactive build --src=. --container-name=devpi
|
|||
dagger call publish --src=. --container-name=devpi --version=v1.1.0
|
||||
|
||||
# Build a nix container (no local nix required)
|
||||
dagger call build-nix --src=. --container-name=nettest export --path=./nettest.tar.gz
|
||||
dagger call build-nix --src=. --container-name=ntfy export --path=./ntfy.tar.gz
|
||||
|
||||
# Check a nixpkgs package version
|
||||
dagger call nix-version --package=authentik
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue