Skip to content

Commit

Permalink
fix: nix flake build freezes in github action, so try magic nix cache…
Browse files Browse the repository at this point in the history
… + switch to nixos-stable channel
  • Loading branch information
piotr-semenov committed May 10, 2024
1 parent 288f6c1 commit bb71707
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
paths-ignore: [ "*.md" ]

jobs:
Build-VSIX:
Compile-All:
runs-on: macos-12
steps:
- uses: actions/checkout@v4
Expand All @@ -23,6 +23,8 @@ jobs:
restore-keys: |
${{ runner.os }}-vagrant-
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Show Vagrant version
run: vagrant --version

Expand Down
2 changes: 1 addition & 1 deletion flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
description = "Builds TextMate grammar for latest version of PARI/GP";

inputs.nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
inputs.nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-stable";

outputs = { self, nixpkgs }:
let
Expand Down

0 comments on commit bb71707

Please sign in to comment.