Compare commits

...

1 Commits

Author SHA1 Message Date
mapclyps 63cf0ab6de add nix to path 2024-08-25 12:40:57 +00:00
@@ -12,6 +12,11 @@ jobs:
validate:
runs-on: native
steps:
- name: Debug environment
run: |
echo $PATH
export PATH=/run/current-system/sw/bin:$PATH
which nix || echo "Nix not found"
- name: Checkout repository
uses: actions/checkout@v3