Skip to content

Commit

Permalink
CI: update nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl authored and eponier committed Jan 6, 2025
1 parent 2a652ea commit 0aabf05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ stages:
- test
- deploy

image: nixos/nix:2.24.10
image: nixos/nix:2.24.11

variables:
NIX_PATH: nixpkgs=channel:nixpkgs-unstable
Expand Down
4 changes: 2 additions & 2 deletions scripts/nixpkgs.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import (fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/ea82ecb28089583a19be2a9eeca0f1a8f44eacea.tar.gz";
sha256 = "sha256:099fdnqrrsnm8xadzxdvdydi5x1r897mhgvfm1sfj269h4g1ymvp";
url = "https://github.com/NixOS/nixpkgs/archive/d29ab98cd4a70a387b8ceea3e930b3340d41ac5a.tar.gz";
sha256 = "sha256:0v41ccwg751qfsryjmbnijq3324kdkmw9cnywxzzd5jjcv032kdy";
})

0 comments on commit 0aabf05

Please sign in to comment.