fix(kilimandjaro): compile ghostty from source
This commit is contained in:
parent
262292014d
commit
2b26252062
3 changed files with 12 additions and 36 deletions
|
@ -61,7 +61,11 @@
|
|||
inputs.systems.follows = "systems";
|
||||
};
|
||||
|
||||
ghostty.url = "git+ssh://git@github.com/ghostty-org/ghostty";
|
||||
ghostty = {
|
||||
url = "git+ssh://git@github.com/ghostty-org/ghostty";
|
||||
inputs.nixpkgs-unstable.follows = "nixpkgs";
|
||||
inputs.nixpkgs-stable.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue