This commit is contained in:
iFargle 2023-10-03 13:11:06 +09:00
parent 8986b56aeb
commit 88e54ad11a
2 changed files with 6 additions and 2 deletions

View file

@ -1,2 +1,3 @@
FROM nixos/nix FROM nixos/nix
RUN echo "Hello from nixos/nix"
ENTRYPOINT [ "/root/.nix-profile/bin/sleep", "100000" ] ENTRYPOINT [ "/root/.nix-profile/bin/sleep", "100000" ]

View file

@ -16,10 +16,13 @@ jobs:
flake.lock flake.lock
flake.nix flake.nix
shell.nix shell.nix
- name: "Directory Structure" - name: "Directory Structure for ${{ github.worksspace }}"
run: | run: |
ls ${{ github.workspace }}/* ls ${{ github.workspace }}/*
whoami - name: "Node Info"
run: |
id
uname -a
hostname hostname
- uses: ./.forgejo/actions/nixos-docker - uses: ./.forgejo/actions/nixos-docker
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "The job was automatically triggered by a ${{ github.event_name }} event."