install nix via detsys and check then
All checks were successful
nix flake check / nix-flake-update (push) Successful in 11m42s

This commit is contained in:
fuckwit 2025-01-11 00:17:23 +01:00
parent 3fc00f521c
commit b959147b69

View File

@ -4,7 +4,8 @@ on: [push]
jobs: jobs:
nix-flake-update: nix-flake-update:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: nixos/nix
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: nix --experimental-features nix-command flakes flake check - name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- run: /root/.nix-profile/bin/nix flake check --all-systems