From afba809863c56d5ec29fc454167c9d59dfb6b32b Mon Sep 17 00:00:00 2001 From: UpdateBot Date: Thu, 2 Jan 2025 05:31:48 +0000 Subject: [PATCH 1/2] Update sources --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 242fe1b1..5a5b833e 100644 --- a/flake.lock +++ b/flake.lock @@ -2,17 +2,17 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1735710708, - "narHash": "sha256-Qja2hQ0c25L6LO1Tp5x4dQ/wSFLKYhSO70+48Q+J3vc=", + "lastModified": 1735755537, + "narHash": "sha256-GeeEj92MpQwHjrhy+chyvPdOAKz9qDQYYQ1bnbV5WKM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "82d084b9146451db448c6c108172242dd9c33a7c", + "rev": "85d6d1b15ad9a07ec578a1e49ba34c9e377d9176", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "82d084b9146451db448c6c108172242dd9c33a7c", + "rev": "85d6d1b15ad9a07ec578a1e49ba34c9e377d9176", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 566a2a25..7da4c703 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ }; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs?rev=82d084b9146451db448c6c108172242dd9c33a7c"; + nixpkgs.url = "github:NixOS/nixpkgs?rev=85d6d1b15ad9a07ec578a1e49ba34c9e377d9176"; }; outputs = { self, nixpkgs }: From 2aa25eb3c0db247197ab1936cf07bcb04b663bfc Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Wed, 1 Jan 2025 22:09:10 -0800 Subject: [PATCH 2/2] don't build raygui / raylib --- ci/filter.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/filter.nix b/ci/filter.nix index 17103471..269d3a47 100644 --- a/ci/filter.nix +++ b/ci/filter.nix @@ -107,6 +107,8 @@ let "mopsa" "odds" + "raylib" + "raygui" ]; ocaml5Ignores = [