This commit is contained in:
2024-10-13 15:15:59 +02:00
parent 7be7be7262
commit 08ca5fa888
10 changed files with 165 additions and 95 deletions
+5 -1
View File
@@ -24,7 +24,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
ghostty = {
url = "git+ssh://git@github.com/ghostty-org/ghostty";
inputs = {
nixpkgs-stable.follows = "nixpkgs";
nixpkgs-unstable.follows = "nixpkgs";
};
url = "git+ssh://git@github.com/ghostty-org/ghostty";
};
};