From 09004f4517eba8f57d37897e34f6ba56ad3653f1 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 1 Nov 2023 06:42:48 -0400 Subject: stop using neovim.nix i had small, but annoying issues here and i don't care for lazy loading much tbh --- flake.lock | 116 +++++++++++-------------------------------------------------- 1 file changed, 20 insertions(+), 96 deletions(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index e69d77a..cd819f0 100644 --- a/flake.lock +++ b/flake.lock @@ -16,95 +16,42 @@ "type": "github" } }, - "gitignore": { - "inputs": { - "nixpkgs": [ - "pre-commit", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1660459072, - "narHash": "sha256-8DFJjXG8zqoONA1vXtgeKXy68KdJL5UaXR8NtVMUbx8=", - "owner": "hercules-ci", - "repo": "gitignore.nix", - "rev": "a20de23b925fd8264fd7fad6454652e142fd7f73", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "gitignore.nix", - "type": "github" - } - }, - "lazy-nvim": { - "flake": false, - "locked": { - "lastModified": 1678889456, - "narHash": "sha256-R+sfPOuWfwbrNXUiKQcb8MHYqK+o5Pw8gkEaYaidqp0=", - "owner": "folke", - "repo": "lazy.nvim", - "rev": "6b55862d2d264f0b48e0b9e42cc2d14f136bed55", - "type": "github" - }, - "original": { - "owner": "folke", - "repo": "lazy.nvim", - "type": "github" - } - }, - "neovim": { + "flake-utils": { "inputs": { - "flake-utils": [ - "utils" - ], - "nixpkgs": [ - "nixpkgs" - ] + "systems": "systems" }, "locked": { - "dir": "contrib", - "lastModified": 1697918051, - "narHash": "sha256-fMlw0rw3sO5GsjQVowSo79fSnZQAMT+w1gAkuKuNxw0=", - "owner": "neovim", - "repo": "neovim", - "rev": "3a3e0251267a99eec6cfb2a058f9e992d01107fd", + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", "type": "github" }, "original": { - "dir": "contrib", - "owner": "neovim", - "repo": "neovim", + "owner": "numtide", + "repo": "flake-utils", "type": "github" } }, - "neovim-nix": { + "gitignore": { "inputs": { - "flake-parts": [ - "parts" - ], - "lazy-nvim": "lazy-nvim", - "neovim": [ - "neovim" - ], "nixpkgs": [ + "pre-commit", "nixpkgs" - ], - "pre-commit-nix": [ - "pre-commit" ] }, "locked": { - "lastModified": 1690613475, - "narHash": "sha256-DyhvApZb/NBZ92dBgr0deJi4XQZ6lppIc92aDGrj8OY=", - "owner": "willruggiano", - "repo": "neovim.nix", - "rev": "b9ba181c5e20287aeeda4203e02c73f2cff370c4", + "lastModified": 1660459072, + "narHash": "sha256-8DFJjXG8zqoONA1vXtgeKXy68KdJL5UaXR8NtVMUbx8=", + "owner": "hercules-ci", + "repo": "gitignore.nix", + "rev": "a20de23b925fd8264fd7fad6454652e142fd7f73", "type": "github" }, "original": { - "owner": "willruggiano", - "repo": "neovim.nix", + "owner": "hercules-ci", + "repo": "gitignore.nix", "type": "github" } }, @@ -146,9 +93,7 @@ "pre-commit": { "inputs": { "flake-compat": "flake-compat", - "flake-utils": [ - "utils" - ], + "flake-utils": "flake-utils", "gitignore": "gitignore", "nixpkgs": [ "nixpkgs" @@ -173,12 +118,9 @@ }, "root": { "inputs": { - "neovim": "neovim", - "neovim-nix": "neovim-nix", "nixpkgs": "nixpkgs", "parts": "parts", - "pre-commit": "pre-commit", - "utils": "utils" + "pre-commit": "pre-commit" } }, "systems": { @@ -195,24 +137,6 @@ "repo": "default", "type": "github" } - }, - "utils": { - "inputs": { - "systems": "systems" - }, - "locked": { - "lastModified": 1694529238, - "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } } }, "root": "root", -- cgit v1.2.3