Skip to content

Commit

Permalink
CI: update nix & nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl authored and bgregoir committed Jun 5, 2023
1 parent c9cd01c commit 60cde06
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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.12.0
image: nixos/nix:2.13.4

variables:
NIX_PATH: nixpkgs=channel:nixpkgs-unstable
Expand Down
4 changes: 3 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ stdenv.mkDerivation {
menhir (oP.menhirLib or null) zarith camlidl apron yojson ]))
++ optionals devTools (with oP; [ merlin ocaml-lsp ])
++ optionals ecDeps [ easycrypt easycrypt.runtest alt-ergo z3.out ]
++ optionals opamDeps [ rsync git pkg-config perl ppl mpfr opam ]
# Apron as packaged in opam is broken with gnumake ≥ 4.4
# Bringing gnumake 4.2 in scope works around this issue
++ optionals opamDeps [ gnumake42 rsync git pkg-config perl ppl mpfr opam ]
;
}
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/67f26c1cfc5d5783628231e776a81c1ade623e0b.tar.gz";
sha256 = "sha256:1spvf68a2yjxd13x7q1n3nppnmp5vf0m1gl9lp3n58bcs3frcnb3";
url = "https://github.com/NixOS/nixpkgs/archive/3a70dd92993182f8e514700ccf5b1ae9fc8a3b8d.tar.gz";
sha256 = "sha256:0npyj597wwrp7xyqwrkds537vs9i5gazhmaxv8wc8z0sjr1450fb";
})

0 comments on commit 60cde06

Please sign in to comment.