removed Github actions, and removed action

This commit is contained in:
Tyler Mayoff 2025-09-12 22:37:38 -04:00
parent 9e54dd70cc
commit 05921abda4
5 changed files with 3 additions and 199 deletions

View file

@ -41,13 +41,9 @@ jobs:
name: tmayoff
authToken: '${{ secrets.CACHIX_AUTH }}'
- uses: https://github.com/workflow/nix-shell-action@v3
# if: runner.os == 'Linux'
name: build nixos
with:
packages: nh
script: |
nix build ./dot_config/flake#nixosConfigurations.${{matrix.hostname}}.config.system.build.toplevel --cores 1 -j1
- name: build nixos
run: |
nix build ./dot_config/flake#nixosConfigurations.${{matrix.hostname}}.config.system.build.toplevel --cores 1 -j1
# - uses: https://github.com/workflow/nix-shell-action@v3
# if: runner.os == 'macOS'