try nix installer
Some checks failed
Nix / lint (push) Failing after 1s
Lint / lint (push) Successful in 1s
Plex Update / update (push) Successful in 8s

This commit is contained in:
Vivian 2023-06-07 15:09:58 +02:00
parent 24b0e94a23
commit 9fc9d4af11
2 changed files with 6 additions and 3 deletions

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 runs-on: docker
container: container:
image: nixos/nix:2.16.1 image: nixos/nix:2.16.1
entrypoint: /usr/bin/env sleep
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: ls -l - name: Install Nix
- run: uname -a uses: https://github.com/DeterminateSystems/nix-installer-action@v4
- name: Run `nix build`
run: nix --version