summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2024-12-05 11:00:02 -0800
committerMitchell Hashimoto <m@mitchellh.com>2024-12-05 12:15:48 -0800
commit1ee7da174bb473e3348b30b83aaa1732edd40bc8 (patch)
tree9e69b9e5dad2a8877ff76d2a92665201beab9064 /flake.nix
parent711f94776e6a1eeb64bb5b6cfa07a262d75b42ec (diff)
flake: update to Nix 24.11
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 01acca063..d52f96d72 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-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";