Skip to content

NixOS (nixpkgs unstable) #322

NixOS (nixpkgs unstable)

NixOS (nixpkgs unstable) #322

name: NixOS (nixpkgs unstable)
on:
push:
branches: [ main ]
paths-ignore: [ "**.md" ]
pull_request:
branches: [ main ]
paths-ignore: [ "**.md" ]
schedule:
- cron: "0 0 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Update flake.lock
run: nix flake update
- name: Build
run: nix build