Skip to content

Merge pull request #15 from k4lipso/gokillctl #9

Merge pull request #15 from k4lipso/gokillctl

Merge pull request #15 from k4lipso/gokillctl #9

Workflow file for this run

name: Build gokill
on:
push:
# Runs on pushes targeting the default branch
branches: [master]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
jobs:
deploy:
runs-on: ubuntu-22.04
timeout-minutes: 40
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install nix
uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: NIXPKGS_ALLOW_INSECURE=1 nix build .\#gokill --impure