Skip to content

Commit bb76b6a

Browse files
committed
chore: update nixpkgs
1 parent 77b454c commit bb76b6a

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

.cspell.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
version: 0.2
22
words:
3-
- cachix
43
- clippy
54
- docsrs
65
- MSRV

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,13 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v4
3939

40-
- name: Install Nix
41-
uses: cachix/install-nix-action@v31
40+
- name: Install Determinate Nix
41+
uses: DeterminateSystems/determinate-nix-action@v3
42+
with:
43+
extra-conf: lazy-trees = true
44+
45+
- name: Set up FlakeHub Cache
46+
uses: DeterminateSystems/flakehub-cache-action@v2
4247

4348
- name: Install Rust (${{ matrix.toolchain.name }})
4449
uses: actions-rust-lang/[email protected]

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)