mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-14 04:55:57 +01:00
Merge branch 'fixHomeManager' into docs-rewrite
This commit is contained in:
commit
4b8172e2a4
2 changed files with 3 additions and 1 deletions
|
@ -6,4 +6,5 @@
|
||||||
imports = [
|
imports = [
|
||||||
./assertions.nix
|
./assertions.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,5 +54,6 @@ in {
|
||||||
message = "You cannot use neovim-flake together with vanilla neovim.";
|
message = "You cannot use neovim-flake together with vanilla neovim.";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue