flake.nix: add comment

This commit is contained in:
Charlie Root 2024-09-03 15:20:31 +02:00
commit ce3034b036

View file

@ -48,10 +48,11 @@
treefmt-nix.url = "github:numtide/treefmt-nix"; treefmt-nix.url = "github:numtide/treefmt-nix";
helix.url = "github:helix-editor/helix";
impermanence.url = "github:nix-community/impermanence"; impermanence.url = "github:nix-community/impermanence";
# I use nvim, helix *and* emacs, cry about it.
helix.url = "github:helix-editor/helix";
neovim-flake = { neovim-flake = {
url = "github:notashelf/nvf"; url = "github:notashelf/nvf";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";