chore(ci-builds): Move third_party builds to their own package group
... and remove a package that doesn't exist anymore (at this location) from the nixpkgs allowlist. Change-Id: I663c84c387fb04bb3b47448132ad768ed5352474 Reviewed-on: https://cl.tvl.fyi/c/depot/+/829 Reviewed-by: BuildkiteCI Reviewed-by: isomer <isomer@tvl.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
ff4918b343
commit
6f5211bba8
2 changed files with 8 additions and 10 deletions
|
|
@ -51,14 +51,6 @@ in lib.fix (self: {
|
||||||
wcl
|
wcl
|
||||||
];
|
];
|
||||||
|
|
||||||
gitAndFriends = with depot; [
|
|
||||||
third_party.cgit
|
|
||||||
third_party.git
|
|
||||||
web.cgit-taz
|
|
||||||
];
|
|
||||||
|
|
||||||
nix = [ depot.third_party.nix ];
|
|
||||||
|
|
||||||
ops = with depot.ops; [
|
ops = with depot.ops; [
|
||||||
depot.ops."posix_mq.rs"
|
depot.ops."posix_mq.rs"
|
||||||
besadii
|
besadii
|
||||||
|
|
@ -67,13 +59,20 @@ in lib.fix (self: {
|
||||||
mq_cli
|
mq_cli
|
||||||
];
|
];
|
||||||
|
|
||||||
|
third_party = with depot.third_party; [
|
||||||
|
cgit
|
||||||
|
git
|
||||||
|
nix
|
||||||
|
];
|
||||||
|
|
||||||
various = with depot; [
|
various = with depot; [
|
||||||
depot.web.tvl
|
|
||||||
lisp.dns
|
lisp.dns
|
||||||
nix.buildLisp.example
|
nix.buildLisp.example
|
||||||
nix.yants.tests
|
nix.yants.tests
|
||||||
tools.cheddar
|
tools.cheddar
|
||||||
tools.nsfv-setup
|
tools.nsfv-setup
|
||||||
|
web.cgit-taz
|
||||||
|
web.tvl
|
||||||
(drvify "getBins-tests" nix.getBins.tests)
|
(drvify "getBins-tests" nix.getBins.tests)
|
||||||
]
|
]
|
||||||
++ nix.runExecline.tests
|
++ nix.runExecline.tests
|
||||||
|
|
|
||||||
1
third_party/default.nix
vendored
1
third_party/default.nix
vendored
|
|
@ -87,7 +87,6 @@ let
|
||||||
lib
|
lib
|
||||||
libredirect
|
libredirect
|
||||||
luajit
|
luajit
|
||||||
luatex
|
|
||||||
lutris
|
lutris
|
||||||
makeFontsConf
|
makeFontsConf
|
||||||
makeWrapper
|
makeWrapper
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue