This commit is contained in:
iFargle 2023-10-03 20:34:04 +09:00
parent 95165fd53e
commit 6be9280ded
2 changed files with 1 additions and 1 deletions

View file

@ -1 +0,0 @@
FROM nixos/nix

View file

@ -7,6 +7,7 @@ jobs:
runs-on: docker runs-on: docker
container: container:
image: nixos/nix image: nixos/nix
entrypoint: [ "/root/.nix-profile/bin/sleep", "10000" ]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with: