diff --git a/flake.lock b/flake.lock index 34ba9a3..659de2a 100644 --- a/flake.lock +++ b/flake.lock @@ -145,11 +145,11 @@ ] }, "locked": { - "lastModified": 1725757047, - "narHash": "sha256-+0yo6mq+c83a/JgCoMC+VQo+08/mTrkGpy7iN0x5Zl0=", + "lastModified": 1725843309, + "narHash": "sha256-8TVcjmIfGM5Arxs9oBtdCTOojhjSQAofUSw7aCjjbnE=", "owner": "bandithedoge", "repo": "nixpkgs-firefox-darwin", - "rev": "863c7532c468f208ce8cb651e44f63408d548c3f", + "rev": "1770fbd40babfb807f258b70b7992eaf6d09a712", "type": "github" }, "original": { @@ -304,22 +304,6 @@ "type": "github" } }, - "markview-nvim-src": { - "flake": false, - "locked": { - "lastModified": 1725563775, - "narHash": "sha256-nSboIBcB9nwfRiyK2y47/T3az0oIUHip1L4vB+iqUwg=", - "owner": "OXY2DEV", - "repo": "markview.nvim", - "rev": "e4b4b9d03b90350236ce88f5be723aa5a8610931", - "type": "github" - }, - "original": { - "owner": "OXY2DEV", - "repo": "markview.nvim", - "type": "github" - } - }, "nextcloud-cookbook": { "flake": false, "locked": { @@ -603,7 +587,6 @@ "hmts-nvim-src": "hmts-nvim-src", "home-manager": "home-manager", "mac-app-util": "mac-app-util", - "markview-nvim-src": "markview-nvim-src", "nextcloud-cookbook": "nextcloud-cookbook", "nextcloud-external": "nextcloud-external", "nextcloud-news": "nextcloud-news", @@ -621,7 +604,6 @@ "ren": "ren", "rep": "rep", "snipe-nvim-src": "snipe-nvim-src", - "stu": "stu", "telescope-nvim-src": "telescope-nvim-src", "telescope-project-nvim-src": "telescope-project-nvim-src", "tiny-inline-diagnostic-nvim-src": "tiny-inline-diagnostic-nvim-src", @@ -654,22 +636,6 @@ "type": "github" } }, - "stu": { - "flake": false, - "locked": { - "lastModified": 1725751514, - "narHash": "sha256-J70RgnuNlChhdIl0j/pFnIfCV6d9JT+ifYPbRxkoIKU=", - "owner": "lusingander", - "repo": "stu", - "rev": "6899c43edc34aeea99b632ae18c793f040160a99", - "type": "github" - }, - "original": { - "owner": "lusingander", - "repo": "stu", - "type": "github" - } - }, "systems": { "locked": { "lastModified": 1681028828, diff --git a/flake.nix b/flake.nix index 97543e7..554ebe4 100644 --- a/flake.nix +++ b/flake.nix @@ -130,10 +130,6 @@ url = "github:mfussenegger/nvim-lint"; flake = false; }; - markview-nvim-src = { - url = "github:OXY2DEV/markview.nvim"; - flake = false; - }; tiny-inline-diagnostic-nvim-src = { url = "github:rachartier/tiny-inline-diagnostic.nvim"; flake = false; @@ -189,12 +185,6 @@ flake = false; }; - # Stu - TUI for S3 - stu = { - url = "github:lusingander/stu"; - flake = false; - }; - # Nextcloud Apps nextcloud-news = { # https://github.com/nextcloud/news/releases @@ -271,7 +261,6 @@ (import ./overlays/betterlockscreen.nix) (import ./overlays/gh-collaborators.nix) (import ./overlays/ren-rep.nix inputs) - (import ./overlays/stu.nix inputs) ]; # System types to support. diff --git a/overlays/neovim-plugins.nix b/overlays/neovim-plugins.nix index 6485580..ed1fde2 100644 --- a/overlays/neovim-plugins.nix +++ b/overlays/neovim-plugins.nix @@ -38,7 +38,6 @@ in base16-nvim = plugin "base16-nvim" inputs.base16-nvim-src; baleia-nvim = plugin "baleia-nvim" inputs.baleia-nvim-src; hmts-nvim = plugin "hmts-nvim" inputs.hmts-nvim-src; - markview-nvim = plugin "markview-nvim" inputs.markview-nvim-src; tiny-inline-diagnostic-nvim = plugin "tiny-inline-diagnostic-nvim" inputs.tiny-inline-diagnostic-nvim-src; snipe-nvim = plugin "snipe-nvim" inputs.snipe-nvim-src; };