Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
- nix-system: aarch64-darwin
runner: macos-15
system: ARM64-macOS
- nix-system: x86_64-darwin
runner: macos-13
system: X64-macOS
- nix-system: aarch64-linux
runner: ubuntu-24.04-arm
system: ARM64-Linux
Expand All @@ -38,9 +35,6 @@ jobs:
uses: DeterminateSystems/flakehub-cache-action@main

- name: Build and cache dev shell for ${{ matrix.systems.nix-system }} on ${{ matrix.systems.runner }}
# We still support this system but caching the dev shell fails due to system support mismatch,
# and we don't really need this cached anyway
if: ${{ matrix.systems.nix-system != 'x86_64-darwin' }}
run: |
nix build -L ".#devShells.${{ matrix.systems.nix-system }}.default"

Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0";
nixpkgs.url = "https://flakehub.com/f/DeterminateSystems/secure/0";

fenix = {
url = "https://flakehub.com/f/nix-community/fenix/0";
Expand All @@ -27,7 +27,6 @@
supportedSystems = [
"x86_64-linux"
"aarch64-linux"
"x86_64-darwin"
"aarch64-darwin"
];

Expand Down
Loading