remove ghostty from flake inputs
This commit is contained in:
parent
c1bf23dae9
commit
0fb6afde77
3 changed files with 0 additions and 17 deletions
|
|
@ -3,7 +3,6 @@
|
|||
in
|
||||
[
|
||||
./niri.nix
|
||||
./ghostty.nix
|
||||
./juicity.nix
|
||||
./dae.nix
|
||||
./jujutsu.nix
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
{inputs, ...}: final: prev: let
|
||||
inherit (final) stdenv;
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
in {
|
||||
ghostty = inputs.ghostty.packages."${system}".default;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue