mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Revert "update nix to 23.05"
This reverts commit fe657648325df2c7645aca762279fdcc30296948.
This commit is contained in:
14
flake.lock
generated
14
flake.lock
generated
@ -64,27 +64,27 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1688409007,
|
"lastModified": 1670114716,
|
||||||
"narHash": "sha256-4wWwle3V7x4gTGdfBhAvrYK2CV6fJZKhTfS6ncHU7LY=",
|
"narHash": "sha256-Nu55yMyh77xOz4EMrgkS70awxL/Guh6SzG1XLAUHJLc=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "4f751ba5aae4b9c495a2607630c6773729be4ae2",
|
"rev": "4a8306947aa965121c7c38221d6f73e438a5d55e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"ref": "release-23.05",
|
"ref": "release-22.11",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs-unstable": {
|
"nixpkgs-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1688221086,
|
"lastModified": 1670086663,
|
||||||
"narHash": "sha256-cdW6qUL71cNWhHCpMPOJjlw0wzSRP0pVlRn2vqX/VVg=",
|
"narHash": "sha256-hT8C8AQB74tdoCPwz4nlJypLMD7GI2F5q+vn+VE/qQk=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "cd99c2b3c9f160cd004318e0697f90bbd5960825",
|
"rev": "813836d64fa57285d108f0dbf2356457ccd304e3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
description = "ghostty";
|
description = "ghostty";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/release-23.05";
|
nixpkgs.url = "github:nixos/nixpkgs/release-22.11";
|
||||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
zig.url = "github:mitchellh/zig-overlay";
|
zig.url = "github:mitchellh/zig-overlay";
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
, nodejs
|
, nodejs
|
||||||
, parallel
|
, parallel
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, python3
|
, python
|
||||||
, scdoc
|
, scdoc
|
||||||
, tracy
|
, tracy
|
||||||
, valgrind
|
, valgrind
|
||||||
@ -78,8 +78,9 @@ in mkShell rec {
|
|||||||
nodejs
|
nodejs
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
|
gdb
|
||||||
parallel
|
parallel
|
||||||
python3
|
python
|
||||||
tracy
|
tracy
|
||||||
vttest
|
vttest
|
||||||
|
|
||||||
@ -91,8 +92,6 @@ in mkShell rec {
|
|||||||
debugedit
|
debugedit
|
||||||
flatpak-builder
|
flatpak-builder
|
||||||
|
|
||||||
# Testing
|
|
||||||
gdb
|
|
||||||
valgrind
|
valgrind
|
||||||
wraptest
|
wraptest
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user