nixos/castle: Re-add boardie
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 32m55s

This commit is contained in:
2024-06-18 23:29:48 +01:00
parent 83ba26735e
commit 1b083d298b
3 changed files with 125 additions and 48 deletions

View File

@@ -203,10 +203,7 @@ in
packages = with pkgs; [
jacktrip
qpwgraph
# TODO: seems to be borked (infinite recursion???)
# (writeShellScriptBin "boardie" ''
# exec pw-jack ${boardie}/bin/boardie "$@"
# '')
boardie
];
};