github: Don't run machine checks for now

They are too resource intensive
This commit is contained in:
traxys 2024-08-23 22:20:19 +02:00
parent 2ad0b34c51
commit 307cee3c0e

View file

@ -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