gleam fix
This commit is contained in:
@@ -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
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user