We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be4197 commit e6939edCopy full SHA for e6939ed
.github/workflows/test.yml
@@ -4,18 +4,12 @@ on: [push, pull_request]
4
5
jobs:
6
test-flake:
7
- runs-on: ubuntu-latest
+ runs-on: self-hosted
8
9
steps:
10
- name: Check out the repository
11
uses: actions/checkout@v4
12
13
- - name: Install Nix
14
- uses: DeterminateSystems/nix-installer-action@main
15
-
16
- - name: Cache Nix store
17
- uses: DeterminateSystems/magic-nix-cache-action@main
18
19
- name: Check up flake configuration
20
run: nix flake check --all-systems --show-trace
21
0 commit comments