Update flake/develop.nix

Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
DamitusThyYeetus123 2024-12-04 09:40:59 +11:00 committed by GitHub
parent af4e682cda
commit 90e19c5f51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,8 +18,7 @@
# testing, but make sure to discard the changes before creating a pull
# request.
packages.dev = let
configuration = {
};
configuration = {};
customNeovim = lib.nvim.neovimConfiguration {
inherit pkgs;