feat(ghostty): switch to nixpkgs version

This commit is contained in:
uku 2024-12-30 10:33:19 +01:00
parent 5702a4fad3
commit 2f6354b8a2
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
3 changed files with 9 additions and 103 deletions

View file

@ -85,13 +85,6 @@
inputs.systems.follows = "systems";
};
ghostty = {
url = "git+ssh://git@github.com/ghostty-org/ghostty";
inputs.nixpkgs-unstable.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs";
inputs.flake-compat.follows = "";
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";