revert back to nix 22.11, see comment

This commit is contained in:
Mitchell Hashimoto
2023-08-08 10:32:49 -07:00
parent 0fafed7b21
commit a295d1e872
2 changed files with 9 additions and 5 deletions

8
flake.lock generated
View File

@ -64,16 +64,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1691486536,
"narHash": "sha256-W2jYTn6rNiJEpjXkOiZxNltgxxwgeZE5cQ967NgsrHU=",
"lastModified": 1688392541,
"narHash": "sha256-lHrKvEkCPTUO+7tPfjIcb7Trk6k31rz18vkyqmkeJfY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "8fa39adf946a4470610b38fd7aff0a73ad4356c3",
"rev": "ea4c80b39be4c09702b0cb3b42eab59e2ba4f24b",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "release-23.05",
"ref": "release-22.11",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -2,11 +2,15 @@
description = "ghostty";
inputs = {
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";
# 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.url = "github:nixos/nixpkgs/release-22.11";
# Used for shell.nix
flake-compat = { url = github:edolstra/flake-compat; flake = false; };
};