ghostty migarated from flake input to package
This commit is contained in:
parent
9e7d1f4db0
commit
ccdcb7ab4e
@ -144,10 +144,6 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
ghostty = {
|
||||
url = "github:ghostty-org/ghostty";
|
||||
};
|
||||
|
||||
shinya-nvf.url = "git+https://git.foglar.tech/foglar/neovim-config";
|
||||
|
||||
# Nix Flake Install Script
|
||||
|
||||
@ -23,11 +23,8 @@
|
||||
dotnet-sdk_8
|
||||
git-ignore
|
||||
lazygit
|
||||
])
|
||||
++ (
|
||||
with inputs.ghostty.packages.${system}; [
|
||||
default
|
||||
]
|
||||
ghostty
|
||||
]
|
||||
);
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user