From ce3034b0364ba456b158b626b67ea1e9139ad4c3 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Tue, 3 Sep 2024 15:20:31 +0200 Subject: [PATCH] flake.nix: add comment --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index f0f4e03..c6c5815 100644 --- a/flake.nix +++ b/flake.nix @@ -48,10 +48,11 @@ treefmt-nix.url = "github:numtide/treefmt-nix"; - helix.url = "github:helix-editor/helix"; - impermanence.url = "github:nix-community/impermanence"; + # I use nvim, helix *and* emacs, cry about it. + helix.url = "github:helix-editor/helix"; + neovim-flake = { url = "github:notashelf/nvf"; inputs.nixpkgs.follows = "nixpkgs";