treewide: clean up references to neovim-flake

This commit is contained in:
raf 2024-04-27 15:51:22 +03:00
commit 97a64abeff
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
8 changed files with 38 additions and 19 deletions

View file

@ -33,7 +33,7 @@
inherit (config.legacyPackages) neovim-nix;
in
dockerTools.buildImage {
name = "neovim-flake";
name = "nvf";
tag = "latest";
copyToRoot = buildEnv {