change my_nixvim name in flake
This commit is contained in:
parent
e6a6573edc
commit
28f59cdbad
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
description = "Menixvim flake";
|
||||
description = "my_nixvim flake";
|
||||
|
||||
inputs = {
|
||||
nixvim.url = "github:nix-community/nixvim";
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
# Run `nix flake check .` to verify that your config is not broken
|
||||
default = nixvimLib.check.mkTestDerivationFromNvim {
|
||||
inherit nvim;
|
||||
name = "Menixvim";
|
||||
name = "my_nixvim";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue