gleam fix

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-06-27 12:47:53 +02:00
parent de3973b4e4
commit 8280a0d245

View File

@@ -1,7 +1,10 @@
{ pkgs, ... }: { pkgs, pkgs-unstable, lib, host, ... }:
lib.mkIf (host != "NxACE")
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
gleam
erlang erlang
]; rebar3
] ++ (with pkgs-unstable; [
gleam
]);
} }