From 030e3c9ee40e86bf35a6f30d468e478f7ac8722a Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Fri, 2 Dec 2022 03:09:25 +0300 Subject: [PATCH] modules/editor: bump neovim to latest version --- flake.lock | 17 +++++++---------- flake.nix | 14 +++----------- 2 files changed, 10 insertions(+), 21 deletions(-) diff --git a/flake.lock b/flake.lock index 7c8a0c1..0a15ab7 100644 --- a/flake.lock +++ b/flake.lock @@ -348,9 +348,7 @@ "lualine-lsp-progress": "lualine-lsp-progress", "lualine-nvim": "lualine-nvim", "luasnip": "luasnip", - "neoformat": [ - "neoformat" - ], + "neoformat": "neoformat", "nix2lua": "nix2lua", "nixpkgs": "nixpkgs", "nlsp-settings-nvim": "nlsp-settings-nvim", @@ -406,17 +404,17 @@ "neoformat": { "flake": false, "locked": { - "lastModified": 1669902909, - "narHash": "sha256-GpUlWqIdZKDVAwGyzzy/OwjRrxfzYfmyxYYJwGXP0Qg=", - "owner": "pleshevskiy", + "lastModified": 1661997045, + "narHash": "sha256-x+TDVvH0DgmCCjOjhbE2/YaxnjCd4fcPxuQD6bhwVNs=", + "owner": "sbdchd", "repo": "neoformat", - "rev": "97835cd5fdc0f7589348ec4c9426a89bd9ee0048", + "rev": "0ae951121da29a157d80db70c32679b428afffdc", "type": "github" }, "original": { - "owner": "pleshevskiy", + "owner": "sbdchd", "repo": "neoformat", - "rev": "97835cd5fdc0f7589348ec4c9426a89bd9ee0048", + "rev": "0ae951121da29a157d80db70c32679b428afffdc", "type": "github" } }, @@ -650,7 +648,6 @@ "mailserver": "mailserver", "myneovim": "myneovim", "mytools": "mytools", - "neoformat": "neoformat", "nil": "nil", "nixpkgs": "nixpkgs_2", "vnetod": "vnetod", diff --git a/flake.nix b/flake.nix index 877639a..56e2c57 100644 --- a/flake.nix +++ b/flake.nix @@ -1,9 +1,7 @@ { inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; - flake-utils.url = "github:numtide/flake-utils"; - + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; hardware.url = "github:NixOS/nixos-hardware/master"; agenix = { @@ -34,14 +32,8 @@ url = "github:pleshevskiy/d2-vim?rev=f926fc066cd922c3c65aba9e2eed0b0b9c1567a1"; flake = false; }; - neoformat = { - url = "github:pleshevskiy/neoformat?rev=97835cd5fdc0f7589348ec4c9426a89bd9ee0048"; - flake = false; - }; - myneovim = { - url = "git+https://git.pleshevski.ru/mynix/neovim"; - inputs.neoformat.follows = "neoformat"; - }; + myneovim.url = "git+https://git.pleshevski.ru/mynix/neovim"; + # my nix tools mytools = { url = "git+https://git.pleshevski.ru/mynix/tools";