flake: update to Nix 24.11

This commit is contained in:
Mitchell Hashimoto
2024-12-05 11:00:02 -08:00
parent 711f94776e
commit 1ee7da174b
5 changed files with 27 additions and 19 deletions

View File

@@ -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-24.11";
zig = {
url = "github:mitchellh/zig-overlay";
@@ -36,7 +36,6 @@
packages.${system} = let
mkArgs = optimize: {
inherit (pkgs-unstable) zig_0_13 stdenv;
inherit optimize;
revision = self.shortRev or self.dirtyShortRev or "dirty";