hosts/modules: put builder back in a separate file

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-06-24 16:25:48 +05:30
parent f88702525b
commit 8f7781f293
7 changed files with 40 additions and 32 deletions

View File

@@ -10,7 +10,7 @@ let
use-package
(epkgs.tree-sitter-langs.withPlugins (_: epkgs.tree-sitter-langs.plugins))
];
/* override = {
/* override = {
stm32-emacs = trivialBuild rec {
pname = "stm32-emacs";
version = haskellPackages.Agda.version;