Skip to content

πŸ”§ fix nix commands not found for some distributions #4

πŸ”§ fix nix commands not found for some distributions

πŸ”§ fix nix commands not found for some distributions #4

Workflow file for this run

name: check installation script
on: push
jobs:
install:
runs-on: ubuntu-latest
steps:
- name: πŸ” Checkout repository
uses: actions/checkout@v3
- name: πŸ› οΈ Trigger installation script
run: |
./install.sh headless
- name: πŸ“² Check commands available
run: |
nix
home-manager