Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Try to use a dummy/empty repository for shajra-private.
  • Loading branch information
Sukant Hajra committed Nov 19, 2024
1 parent a42b3d8 commit babd935
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: cat /etc/nix/nix.conf
- run: cat ~/.config/nix/nix.conf
- run: nix flake check --no-build --verbose
- run: nix registry add shajra-private github:shajra/empty
- run: nix flake lock --update-input shajra-private
# DESIGN: Can't CI homes; even slimmed they're too big for GitHub
- run: nix run .#nixosConfigurations.cake.nixos-rebuild -- --flake .#cake-slim build
- run: nix run .#nixosConfigurations.cake-slim.nixos-rebuild -- --flake .#cake-slim build
installers-darwin:
needs: [pkgs-darwin]
runs-on: macos-latest
Expand All @@ -101,6 +102,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: cat /etc/nix/nix.conf
- run: cat ~/.config/nix/nix.conf
- run: nix flake check --no-build --verbose
- run: nix registry add shajra-private github:shajra/empty
- run: nix flake lock --update-input shajra-private
# DESIGN: Can't CI home because sketchybar-lua won't build on x86_64
- run: ./darwin-rebuild --flake .#lemon-slim build

0 comments on commit babd935

Please sign in to comment.