ci: fix NixOS misnomer

this workflow has nothing to do with NixOS, it's just running Nix on
Ubuntu.

Signed-off-by: Thomas Mühlbacher <tmuehlbacher@posteo.net>
This commit is contained in:
Thomas Mühlbacher 2024-05-23 20:31:34 +02:00
parent 0f5c8e0407
commit 45c8cc32a3

View File

@ -1,9 +1,9 @@
name: "NixOS-Tests"
name: "Nix-Tests"
on:
pull_request:
push:
jobs:
nixos-flake-check:
nix-flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4