Nix CI #176

Merged
v merged 14 commits from ci into main 2023-06-08 09:58:00 +02:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit 3f9f888705 - Show all commits

View file

@ -1,2 +0,0 @@
FROM nixos/nix
ENTRYPOINT [ "/usr/bin/env" "sleep" "3600" ]

View file

@ -12,5 +12,5 @@ jobs:
- uses: https://github.com/cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run `nix build`
run: nix flake metadata
- name: Run `nix flake check`
run: nix flake check