mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
removed Github actions, and removed action
This commit is contained in:
parent
9e54dd70cc
commit
05921abda4
5 changed files with 3 additions and 199 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue