Skip to content

Commit

Permalink
CI: update nixpkgs & nix
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl authored and eponier committed Dec 7, 2023
1 parent 6eca5e0 commit ac3e453
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.13.4
image: nixos/nix:2.18.1

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/3a70dd92993182f8e514700ccf5b1ae9fc8a3b8d.tar.gz";
sha256 = "sha256:0npyj597wwrp7xyqwrkds537vs9i5gazhmaxv8wc8z0sjr1450fb";
url = "https://github.com/NixOS/nixpkgs/archive/933d7dc155096e7575d207be6fb7792bc9f34f6d.tar.gz";
sha256 = "sha256:1gcqpm7v42wfmq0wrl4dym9kg4y7n4f5wsgvisq52zr90vjvylwx";
})

0 comments on commit ac3e453

Please sign in to comment.