Skip to content

[workflows] update

[workflows] update #11

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:
build:
runs-on: ubuntu-22.04
timeout-minutes: 40
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install nix
uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: NIXPKGS_ALLOW_INSECURE=1 nix build .\#gokill --impure