From eb40751a7b0e9efee0c5b46e9282323c2608afaf Mon Sep 17 00:00:00 2001 From: Asmir A Date: Fri, 27 Oct 2023 12:40:58 +0200 Subject: [PATCH] flake: add nvim_flake input --- flake.lock | 21 +++++++++++++++++++++ flake.nix | 1 + 2 files changed, 22 insertions(+) diff --git a/flake.lock b/flake.lock index 849b474..edb5d78 100644 --- a/flake.lock +++ b/flake.lock @@ -185,6 +185,26 @@ "type": "github" } }, + "nvim": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1698363600, + "narHash": "sha256-r71uS/uw3I9xJAnmlgaN0TC9aC/1m2L4iNhKjqBzAtQ=", + "ref": "refs/heads/master", + "rev": "9652f4cb75d799ee5a2511883d2fda60bea00141", + "revCount": 19, + "type": "git", + "url": "https://git.project-cloud.net/asmir/nvim_flake" + }, + "original": { + "type": "git", + "url": "https://git.project-cloud.net/asmir/nvim_flake" + } + }, "peerix": { "inputs": { "flake-compat": "flake-compat_2", @@ -212,6 +232,7 @@ "home-manager": "home-manager", "nix-xilinx": "nix-xilinx", "nixpkgs": "nixpkgs", + "nvim": "nvim", "peerix": "peerix", "simple-nixos-mailserver": "simple-nixos-mailserver", "sops-nix": "sops-nix", diff --git a/flake.nix b/flake.nix index c4adef0..f83dc1c 100644 --- a/flake.nix +++ b/flake.nix @@ -49,6 +49,7 @@ home-manager, nixpkgs, nix-xilinx, + nvim, peerix, simple-nixos-mailserver, sops-nix,