lol

Merge pull request #110656 from siraben/vim-plugins-overrides-stdenv-lib

vim-plugins/overrides.nix: stdenv.lib -> lib

authored by

Jörg Thalheim and committed by
GitHub
2dde588a a75cc05f

+1 -1
+1 -1
pkgs/misc/vim-plugins/overrides.nix
··· 698 698 ln -s ${fzy-lua-native}/static $target/${fzy-lua-native-path}/static 699 699 ln -s ${fzy-lua-native}/lua $target/${fzy-lua-native-path}/lua 700 700 ''; 701 - meta.platforms = stdenv.lib.platforms.all; 701 + meta.platforms = lib.platforms.all; 702 702 }); 703 703 704 704 } // (