Skip to content

Commit

Permalink
feat(goreleaser): Register Nix as a package option (#607)
Browse files Browse the repository at this point in the history
Approved-by: Alexander Jung <[email protected]>
  • Loading branch information
nderjung authored Jul 24, 2023
2 parents 8ea7051 + c744e96 commit 8f4c405
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .goreleaser-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@ aurs:
commit_author:
name: Unikraft Bot
email: [email protected]
nix:
- name: kraftkit
repository:
owner: unikraft
name: nur
homepage: https://kraftkit.sh
description: Build and use highly customized and ultra-lightweight unikernels
path: pkgs/kraftkit/default.nix
license: BSD-3-Clause
install: |-
mkdir -p $out/bin
cp -vr ./dist/kraft $out/bin/kraft
builds:
#@ for binary in ["kraft"]:
Expand Down

0 comments on commit 8f4c405

Please sign in to comment.