Skip to content

Commit

Permalink
Update sources (#1803)
Browse files Browse the repository at this point in the history
* Update sources

* avoid building some packages with long build times

---------

Co-authored-by: UpdateBot <[email protected]>
  • Loading branch information
anmonteiro and ulrikstrid authored Dec 3, 2024
1 parent 274761c commit 5ff887b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions ci/filter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,11 @@ let
"rock"
"subscriptions-transport-ws"

# takes a long time to build, broken by recent Coq upgrade
# long time to build
"lambdapi"
"ocaml_libvirt"
"unisim_archisec"
"z3"

# Broken on janestreet v0.17
"camlimages"
Expand Down Expand Up @@ -148,7 +151,6 @@ let
"gapi-ocaml"
"bz2"
"curses"
"ocaml_libvirt"
"magic"
"secp256k1"
"z3"
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
};

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs?rev=b9ffe0d2ef589f4d75a62f908f00dfd6344b6b6e";
nixpkgs.url = "github:NixOS/nixpkgs?rev=fcc6fd8761d9979517225721b2d4b6e672ff4da3";
};

outputs = { self, nixpkgs }:
Expand Down

0 comments on commit 5ff887b

Please sign in to comment.