diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2024-12-05 11:00:02 -0800 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2024-12-05 12:15:48 -0800 |
| commit | 1ee7da174bb473e3348b30b83aaa1732edd40bc8 (patch) | |
| tree | 9e69b9e5dad2a8877ff76d2a92665201beab9064 /flake.nix | |
| parent | 711f94776e6a1eeb64bb5b6cfa07a262d75b42ec (diff) | |
flake: update to Nix 24.11
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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"; |
