Skip to content

build(deps): bump DeterminateSystems/update-flake-lock from 21 to 22 #168

build(deps): bump DeterminateSystems/update-flake-lock from 21 to 22

build(deps): bump DeterminateSystems/update-flake-lock from 21 to 22 #168

Workflow file for this run

on: [push]
name: Build
jobs:
build:
name: Build on Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: build
args: --release
- uses: actions/upload-artifact@v4
with:
name: deadnix
path: target/release/deadnix
build_nix:
name: Build with Nix
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V27
- uses: cachix/cachix-action@v15
with:
name: deadnix
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: List flake structure
run: nix flake show
- run: nix flake check -vL