pantheon: add vala alias

This commit is contained in:
worldofpeace 2019-10-10 11:17:40 -04:00
parent f4c4087cdf
commit feee41963e

View File

@ -219,4 +219,8 @@ lib.makeScope pkgs.newScope (self: with self; {
elementary-wallpapers = callPackage ./artwork/elementary-wallpapers { };
### ALIASES
vala = pkgs.vala; # added 2019-10-10
})