host mac
This commit is contained in:
9
modules/shell/exercism/common.nix
Normal file
9
modules/shell/exercism/common.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs }:
|
||||
{
|
||||
packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
exercism
|
||||
bats
|
||||
;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user