From c35c2e0104b004099d0dcb109375cd3c025080f7 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 20 Jul 2025 21:36:08 -0400 Subject: [PATCH] remove custom yazi overlay no longer necessary with current yazi version --- flake.lock | 81 ++----------------------------------------------- flake.nix | 6 ---- lib/default.nix | 1 - 3 files changed, 2 insertions(+), 86 deletions(-) diff --git a/flake.lock b/flake.lock index bc8d90a..d4dfec6 100644 --- a/flake.lock +++ b/flake.lock @@ -148,24 +148,6 @@ "type": "github" } }, - "flake-utils_3": { - "inputs": { - "systems": "systems_3" - }, - "locked": { - "lastModified": 1731533236, - "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "helix": { "inputs": { "nixpkgs": [ @@ -371,7 +353,6 @@ "nixpkgs-stable": "nixpkgs-stable", "nur": "nur", "wsl": "wsl", - "yazi": "yazi", "zellij-switch": "zellij-switch", "zenyd-mpv-scripts": "zenyd-mpv-scripts" } @@ -398,27 +379,6 @@ } }, "rust-overlay_2": { - "inputs": { - "nixpkgs": [ - "yazi", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1752633862, - "narHash": "sha256-Bj7ozT1+5P7NmvDcuAXJvj56txcXuAhk3Vd9FdWFQzk=", - "owner": "oxalica", - "repo": "rust-overlay", - "rev": "8668ca94858206ac3db0860a9dec471de0d995f8", - "type": "github" - }, - "original": { - "owner": "oxalica", - "repo": "rust-overlay", - "type": "github" - } - }, - "rust-overlay_3": { "inputs": { "nixpkgs": "nixpkgs_2" }, @@ -481,21 +441,6 @@ "type": "github" } }, - "systems_4": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, "wsl": { "inputs": { "flake-compat": "flake-compat_2", @@ -517,35 +462,13 @@ "type": "github" } }, - "yazi": { - "inputs": { - "flake-utils": "flake-utils_3", - "nixpkgs": [ - "nixpkgs" - ], - "rust-overlay": "rust-overlay_2" - }, - "locked": { - "lastModified": 1752820276, - "narHash": "sha256-FKRudGztXVOM6B+xnvNr/9HAC3q6u+I9kUayUMRKiH8=", - "owner": "sxyazi", - "repo": "yazi", - "rev": "c28d2e8180b2fe60222414a6aaee76b923e694d0", - "type": "github" - }, - "original": { - "owner": "sxyazi", - "repo": "yazi", - "type": "github" - } - }, "zellij-switch": { "inputs": { "nixpkgs": [ "nixpkgs" ], - "rust-overlay": "rust-overlay_3", - "systems": "systems_4" + "rust-overlay": "rust-overlay_2", + "systems": "systems_3" }, "locked": { "lastModified": 1742588229, diff --git a/flake.nix b/flake.nix index da923e7..1a89963 100644 --- a/flake.nix +++ b/flake.nix @@ -76,12 +76,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - # Terminal file manager - yazi = { - url = "github:sxyazi/yazi"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - # # Nextcloud Apps # nextcloud-news = { # # https://github.com/nextcloud/news/releases diff --git a/lib/default.nix b/lib/default.nix index 5abf2ac..32e0040 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -68,7 +68,6 @@ lib inputs.nix2vim.overlay inputs.zellij-switch.overlays.default inputs.helix.overlays.default - inputs.yazi.overlays.default ] ++ (importOverlays ../overlays); # System types to support.