diff options
| author | seth <[email protected]> | 2024-05-10 20:42:56 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-10 21:30:32 -0400 |
| commit | 7b524417514f41c2a72ed77958151fb412f5d6e9 (patch) | |
| tree | 3dccd6d1b234638d01e7c54abecc8f9e679113fc /overlay/vim-full.nix | |
| parent | 641ab65696cefc51d18ca75c53bce5f6ecd496ab (diff) | |
treewide: remove overlay
don't need it tbh
Diffstat (limited to 'overlay/vim-full.nix')
| -rw-r--r-- | overlay/vim-full.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/overlay/vim-full.nix b/overlay/vim-full.nix deleted file mode 100644 index 9a419b1..0000000 --- a/overlay/vim-full.nix +++ /dev/null @@ -1,16 +0,0 @@ -_: prev: { - vim-full = - if prev.stdenv.isLinux - then - prev.vimUtils.makeCustomizable ( - prev.symlinkJoin { - inherit (prev.vim-full) passthru; - name = "vim-nodesktop-${prev.vim-full.version}"; - paths = [prev.vim-full]; - postBuild = '' - rm -rf $out/share/{icons,applications} - ''; - } - ) - else prev.vim-full; -} |
