update elixir

This commit is contained in:
xunuwu 2025-07-07 10:51:06 +02:00
parent ed48e881ca
commit 37cf349f0b
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -1,5 +1,5 @@
{pkgs, ...}: { {pkgs, ...}: {
home.packages = with pkgs; [ home.packages = with pkgs; [
elixir_1_17 elixir_1_18
]; ];
} }