change my_nixvim name in flake

This commit is contained in:
megit 2024-03-29 00:27:29 +08:00
parent e6a6573edc
commit 28f59cdbad

View file

@ -1,5 +1,5 @@
{ {
description = "Menixvim flake"; description = "my_nixvim flake";
inputs = { inputs = {
nixvim.url = "github:nix-community/nixvim"; nixvim.url = "github:nix-community/nixvim";
@ -32,7 +32,7 @@
# Run `nix flake check .` to verify that your config is not broken # Run `nix flake check .` to verify that your config is not broken
default = nixvimLib.check.mkTestDerivationFromNvim { default = nixvimLib.check.mkTestDerivationFromNvim {
inherit nvim; inherit nvim;
name = "Menixvim"; name = "my_nixvim";
}; };
}; };