From ff1333ac488f130b38e263df0a9c31ca5b7836ea Mon Sep 17 00:00:00 2001 From: Asmir A Date: Fri, 27 Oct 2023 01:46:36 +0200 Subject: [PATCH] nvim: add flake input --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index aae5d1d..c4adef0 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + nvim = { + url = "git+https://git.project-cloud.net/asmir/nvim_flake"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + sops-nix = { url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs";