Skip to content

Try fixing Nix 2.3 install error on ubuntu-24.04 #212

Try fixing Nix 2.3 install error on ubuntu-24.04

Try fixing Nix 2.3 install error on ubuntu-24.04 #212

Workflow file for this run

name: Examples
on:
push:
branches:
- master
jobs:
minimal:
runs-on: ubuntu-latest
steps:
- uses: nixbuild/nix-quick-install-action@v28
- run: nix-build --version
flakes-simple:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: nixbuild/nix-quick-install-action@v28
- name: nix build
run: nix build ./examples/flakes-simple
- name: hello
run: ./result/bin/hello