remove ghostty from flake inputs
This commit is contained in:
parent
c1bf23dae9
commit
0fb6afde77
3 changed files with 0 additions and 17 deletions
10
flake.nix
10
flake.nix
|
|
@ -58,16 +58,6 @@
|
||||||
repo = "nixos-cosmic";
|
repo = "nixos-cosmic";
|
||||||
};
|
};
|
||||||
|
|
||||||
ghostty = {
|
|
||||||
type = "github";
|
|
||||||
owner = "ghostty-org";
|
|
||||||
repo = "ghostty";
|
|
||||||
inputs = {
|
|
||||||
nixpkgs-unstable.follows = "nixpkgs";
|
|
||||||
flake-utils.follows = "flake-utils";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
nixos-hardware = {
|
nixos-hardware = {
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
in
|
in
|
||||||
[
|
[
|
||||||
./niri.nix
|
./niri.nix
|
||||||
./ghostty.nix
|
|
||||||
./juicity.nix
|
./juicity.nix
|
||||||
./dae.nix
|
./dae.nix
|
||||||
./jujutsu.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