Compare commits
3 Commits
086f52da79
...
4a003baae2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4a003baae2 | ||
|
|
a5b4fe2c3f | ||
|
|
8280a0d245 |
@@ -1,7 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, pkgs-unstable, lib, host, ... }:
|
||||
lib.mkIf (host != "NxACE")
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
gleam
|
||||
erlang
|
||||
];
|
||||
rebar3
|
||||
] ++ (with pkgs-unstable; [
|
||||
gleam
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user