Skip to content

Update flake template #74

Update flake template

Update flake template #74

Workflow file for this run

name: Nix
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: echo "experimental-features = nix-command flakes" | sudo tee -a /etc/nix/nix.conf
- run: nix flake check