Nix CI #176

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

View file

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

View file

@ -7,8 +7,9 @@ jobs:
runs-on: docker
container:
image: nixos/nix:2.16.1
entrypoint: /usr/bin/env sleep
steps:
- uses: actions/checkout@v3
- run: ls -l
- run: uname -a
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@v4
- name: Run `nix build`
run: nix --version