From 8258e9029cd6742ea2a4aa15355a69a4f82f09b9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 22 Jun 2024 19:37:49 -0700 Subject: [PATCH] nix: revert back to 23.05 for now --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index b9a1ab899..63daea7ba 100644 --- a/flake.lock +++ b/flake.lock @@ -105,16 +105,16 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1718988271, - "narHash": "sha256-LEQinrNUICRIgRK+K3d1VViiz8Oy4Kai1PtE0DIH1t0=", + "lastModified": 1705957679, + "narHash": "sha256-Q8LJaVZGJ9wo33wBafvZSzapYsjOaNjP/pOnSiKVGHY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1079d9fdfb621446fe7d4b3d4be0b23deb622503", + "rev": "9a333eaa80901efe01df07eade2c16d183761fa3", "type": "github" }, "original": { "owner": "nixos", - "ref": "release-24.05", + "ref": "release-23.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 734c2c650..9f8f523db 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ # We want to stay as up to date as possible but need to be careful that the # glibc versions used by our dependencies from Nix are compatible with the # system glibc that the user is building for. - nixpkgs-stable.url = "github:nixos/nixpkgs/release-24.05"; + nixpkgs-stable.url = "github:nixos/nixpkgs/release-23.05"; zig = { url = "github:mitchellh/zig-overlay";