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