nixos-config/.forgejo/workflows/build.yaml

12 lines
268 B
YAML
Raw Normal View History

2024-07-19 19:00:35 +02:00
on: [push]
jobs:
build:
runs-on: native
steps:
2024-07-19 19:12:42 +02:00
- uses: actions/checkout@v4
2024-07-19 19:42:46 +02:00
- run: echo $PATH
2024-07-19 19:46:05 +02:00
- run: export PATH=$PATH:/run/current-system/sw/bin
- run: echo $PATH
2024-07-19 19:42:46 +02:00
- run: echo $PWD
- run: ls -la
2024-07-19 19:14:39 +02:00
- run: nix flake check