mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-22 06:40:58 +01:00
github: Don't run machine checks for now
They are too resource intensive
This commit is contained in:
parent
2ad0b34c51
commit
307cee3c0e
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -17,10 +17,10 @@ jobs:
|
|||
name: traxys
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix build .#checks.x86_64-linux.launch
|
||||
- run: nix profile install nixpkgs#nixos-rebuild nixpkgs#home-manager
|
||||
- run: nixos-rebuild build --flake .#ZeNixComputa
|
||||
- run: nixos-rebuild build --flake .#gandalf
|
||||
- run: home-manager build --flake .#"boyerq@thinkpad-nixos"
|
||||
# - run: nix profile install nixpkgs#nixos-rebuild nixpkgs#home-manager
|
||||
# - run: nixos-rebuild build --flake .#ZeNixComputa
|
||||
# - run: nixos-rebuild build --flake .#gandalf
|
||||
# - run: home-manager build --flake .#"boyerq@thinkpad-nixos"
|
||||
|
||||
load_packages:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue