From 05d931864e458db1797b75ffdf4dd0efc240765e Mon Sep 17 00:00:00 2001 From: uku Date: Sat, 28 Dec 2024 17:49:17 +0100 Subject: [PATCH] chore(flake): remove flake-compat from ghostty --- flake.lock | 18 +----------------- flake.nix | 1 + 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/flake.lock b/flake.lock index 78c1b0d..eb453f9 100644 --- a/flake.lock +++ b/flake.lock @@ -85,22 +85,6 @@ "type": "github" } }, - "flake-compat": { - "flake": false, - "locked": { - "lastModified": 1696426674, - "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=", - "owner": "edolstra", - "repo": "flake-compat", - "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33", - "type": "github" - }, - "original": { - "owner": "edolstra", - "repo": "flake-compat", - "type": "github" - } - }, "flake-parts": { "inputs": { "nixpkgs-lib": [ @@ -161,7 +145,7 @@ }, "ghostty": { "inputs": { - "flake-compat": "flake-compat", + "flake-compat": [], "nixpkgs-stable": [ "nixpkgs" ], diff --git a/flake.nix b/flake.nix index 082bce7..d1d4777 100644 --- a/flake.nix +++ b/flake.nix @@ -89,6 +89,7 @@ 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 = {