Skip to content

Commit 93a1aeb

Browse files
committed
chore: nix flake update
Updated nixpkgs to 25.05 Replaced flake postgresql dependency with much smaller libpq. Updated Cargo dependencies due to vulnerability found in tonic, see https://rustsec.org/advisories/RUSTSEC-2025-0009 Utilise new inputs.self.submodules feature to simplify flake use Changelog-None
1 parent c50bd38 commit 93a1aeb

File tree

6 files changed

+451
-406
lines changed

6 files changed

+451
-406
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -607,11 +607,11 @@ jobs:
607607
- name: Check Nix flake inputs
608608
uses: DeterminateSystems/flake-checker-action@v8
609609
- name: Install Nix
610-
uses: cachix/install-nix-action@V27
610+
uses: cachix/install-nix-action@v31
611611
with:
612-
nix_path: nixpkgs=channel:nixos-24.05
612+
nix_path: nixpkgs=channel:nixos-25.05
613613
- name: Check flake
614-
run: nix flake check .?submodules=1#
614+
run: nix flake check
615615

616616
gather:
617617
# A dummy task that depends on the full matrix of tests, and

0 commit comments

Comments
 (0)