Skip to content

Commit

Permalink
Merge branch 'main' into authentik-2024.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
esselius authored Jul 17, 2024
2 parents a51d302 + 093845e commit 3ccb2f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/darwin-rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- uses: DeterminateSystems/flake-checker-action@main

- name: Check darwin config
run: nix run nix-darwin -- check --flake .#${{ matrix.host }}
run: nix path-info --derivation .#darwinConfigurations.${{ matrix.host }}.config.system.build.toplevel
2 changes: 1 addition & 1 deletion .github/workflows/nixos-rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
extraPullNames: nix-community

- name: Check nixos config
run: nix run nixpkgs#nixos-rebuild -- dry-build --flake .#${{ matrix.host }}
run: nix path-info --derivation .#nixosConfigurations.${{ matrix.host }}.config.system.build.toplevel

0 comments on commit 3ccb2f2

Please sign in to comment.