diff options
author | sefidel <contact@sefidel.net> | 2023-01-17 12:49:16 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-01-17 12:49:16 +0900 |
commit | 33f9503104aa816d147a006a7ca68b03fbc7f1eb (patch) | |
tree | 95780ec05190db7e99814678cc7ec8ef4d445b87 /packages/linux.nix | |
parent | 900a5105509c7523dc2c5d034bca6871862206ce (diff) | |
download | nixrc-33f9503104aa816d147a006a7ca68b03fbc7f1eb.tar.gz nixrc-33f9503104aa816d147a006a7ca68b03fbc7f1eb.zip |
feat(darwin,nixos): use overlay for neovim
Diffstat (limited to 'packages/linux.nix')
-rw-r--r-- | packages/linux.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/linux.nix b/packages/linux.nix deleted file mode 100644 index 0f6e9ec..0000000 --- a/packages/linux.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ self, neovim, ... } @ inputs: - -{ - "neovim" = neovim.packages.x86_64-linux.neovim; -} |