fix nix functional test & add mole to brew, del osgrep bd
This commit is contained in:
parent
63d0716aaa
commit
d8ad4e916d
11 changed files with 13 additions and 7398 deletions
|
|
@ -140,7 +140,7 @@
|
|||
else
|
||||
pkgs.python3;
|
||||
|
||||
# Custom packages (osgrep, beads, etc.)
|
||||
# Custom packages
|
||||
customPkgs = import ./packages { inherit pkgs lib llm-agents; };
|
||||
|
||||
# Common arguments passed to all devshell imports
|
||||
|
|
@ -173,6 +173,6 @@
|
|||
let
|
||||
pkgs = mkPkgs system;
|
||||
customPkgs = import ./packages { inherit pkgs lib llm-agents; };
|
||||
in { inherit (customPkgs) osgrep opencode beads; });
|
||||
in { inherit (customPkgs) opencode; });
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue