No description
Find a file
JMARyA 19674310fc
All checks were successful
ci/woodpecker/push/container Pipeline was successful
update
2025-10-30 22:57:01 +01:00
.woodpecker init 2025-09-23 02:25:46 +02:00
Dockerfile fix 2025-09-24 02:40:17 +02:00
README.md update 2025-10-30 22:57:01 +01:00
script.sh fix 2025-09-24 04:24:33 +02:00

Nix Build

This is a woodpecker plugin for building stuff with nix.

Usage

steps:
  - name: build
    image: git.hydrar.de/hydra/nix-build:latest
    settings:
      # Setup Binary Cache
      BINARY_CACHE_URL: "https://attic.example.org"
      BINARY_CACHE_NAME: "mycache"
      BINARY_CACHE_TOKEN:
        from_secret: binary_cache_access_token

      # Build
      PACKAGE: "containerImage"

      # Do Container Push
      IS_CONTAINER: true

      # Container Registry
      REGISTRY_URL: "container.registry.org"
      REGISTRY_USER: "user"
      REGISTRY_PASS:
        from_secret: registry_token