update nix to 23.05 (#250)

* update nix to 23.05

* nix: do not install gdb on macos
This commit is contained in:
Mitchell Hashimoto
2023-08-08 09:01:47 -07:00
committed by GitHub
parent 8f69a9c55d
commit c2137360f4
3 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
description = "ghostty";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/release-22.11";
nixpkgs.url = "github:nixos/nixpkgs/release-23.05";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
zig.url = "github:mitchellh/zig-overlay";