fix(users/Profpatsch): remove parked projects from CI
Change-Id: Idf10af114c236f33ed40052fa05f85d1683d78b6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12581 Reviewed-by: Profpatsch <mail@profpatsch.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
fb4b8ab5ec
commit
b0ee9cd694
2 changed files with 0 additions and 0 deletions
38
users/Profpatsch/parked/mailbox-org/default.nix.inactive
Normal file
38
users/Profpatsch/parked/mailbox-org/default.nix.inactive
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{ depot, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
mailbox-org = pkgs.haskellPackages.mkDerivation {
|
||||
pname = "mailbox-org";
|
||||
version = "0.1.0";
|
||||
|
||||
src = depot.users.Profpatsch.exactSource ./. [
|
||||
./mailbox-org.cabal
|
||||
./src/AesonQQ.hs
|
||||
./MailboxOrg.hs
|
||||
];
|
||||
|
||||
libraryHaskellDepends = [
|
||||
depot.users.Profpatsch.my-prelude
|
||||
depot.users.Profpatsch.execline.exec-helpers-hs
|
||||
depot.users.Profpatsch.arglib.netencode.haskell
|
||||
pkgs.haskellPackages.pa-prelude
|
||||
pkgs.haskellPackages.pa-label
|
||||
pkgs.haskellPackages.pa-error-tree
|
||||
pkgs.haskellPackages.aeson
|
||||
pkgs.haskellPackages.http-conduit
|
||||
pkgs.haskellPackages.aeson-better-errors
|
||||
];
|
||||
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
|
||||
|
||||
in
|
||||
lib.pipe mailbox-org [
|
||||
(x: (depot.nix.getBins x [ "mailbox-org" ]).mailbox-org)
|
||||
(depot.users.Profpatsch.arglib.netencode.with-args "mailbox-org" {
|
||||
BINS = depot.nix.getBins pkgs.dovecot_pigeonhole [ "sieve-test" ];
|
||||
})
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue