From 3245d4f0d59c8ec632e6ea7e888c7e75d67a3e22 Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Sat, 28 Dec 2024 01:34:00 -0800 Subject: [PATCH] Update sources (#1850) * Update sources * don't build odds --------- Co-authored-by: UpdateBot --- ci/filter.nix | 2 ++ flake.lock | 8 ++++---- flake.nix | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ci/filter.nix b/ci/filter.nix index acf67256..17103471 100644 --- a/ci/filter.nix +++ b/ci/filter.nix @@ -105,6 +105,8 @@ let ## Broken on GCC14 or clang19 "mopsa" + + "odds" ]; ocaml5Ignores = [ diff --git a/flake.lock b/flake.lock index b221ce81..224965fa 100644 --- a/flake.lock +++ b/flake.lock @@ -2,17 +2,17 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1735268880, - "narHash": "sha256-7QEFnKkzD13SPxs+UFR5bUFN2fRw+GlL0am72ZjNre4=", + "lastModified": 1735356430, + "narHash": "sha256-73YXKKpWvVud34OxcxMs33BHx+/VWnX+4nLakT68R5k=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "7cc0bff31a3a705d3ac4fdceb030a17239412210", + "rev": "c0b0a559cfda174531d820221b1fde9a599eb367", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "7cc0bff31a3a705d3ac4fdceb030a17239412210", + "rev": "c0b0a559cfda174531d820221b1fde9a599eb367", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 7a3c2996..4e970888 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ }; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs?rev=7cc0bff31a3a705d3ac4fdceb030a17239412210"; + nixpkgs.url = "github:NixOS/nixpkgs?rev=c0b0a559cfda174531d820221b1fde9a599eb367"; }; outputs = { self, nixpkgs }: