diff options
| author | Mel <einebeere@gmail.com> | 2025-01-11 00:22:50 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2025-01-11 00:22:50 +0100 |
| commit | 3bd800a4560f89e8d8ca9586b99854b0ca51e2e5 (patch) | |
| tree | cc42c7415799bca08f207101472abb5b17ff5376 /flake.nix | |
| parent | 6aa6be75f08751c7d8d6d8c04e37d1fb20820cb2 (diff) | |
| download | minerals-3bd800a4560f89e8d8ca9586b99854b0ca51e2e5.tar.zst minerals-3bd800a4560f89e8d8ca9586b99854b0ca51e2e5.zip | |
Remove custom Ghostty flake in favor of stable package
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/flake.nix b/flake.nix index 3464037..ff0f11f 100644 --- a/flake.nix +++ b/flake.nix @@ -15,16 +15,10 @@ inputs.home-manager.follows = "home-manager"; }; - ghostty = { - url = "github:ghostty-org/ghostty"; - inputs.nixpkgs-stable.follows = "nixpkgs"; - inputs.nixpkgs-unstable.follows = "nixpkgs-unstable"; - }; - flake-compat.url = "github:edolstra/flake-compat"; }; - outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, agenix, ghostty, home-manager, ... }: + outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, agenix, home-manager, ... }: let system = "x86_64-linux"; @@ -64,10 +58,6 @@ } agenix.nixosModules.default - - { - environment.systemPackages = [ ghostty.packages.${system}.ghostty ]; - } ]; } ); |
