From 9f8ffdf492c25b14f7c244ebf640d15275d3be1b Mon Sep 17 00:00:00 2001 From: traxys Date: Thu, 8 Jun 2023 10:02:58 +0200 Subject: [PATCH] thinkpad-nixos: Add all projects --- hostconfig/thinkpad-nixos/hm.nix | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/hostconfig/thinkpad-nixos/hm.nix b/hostconfig/thinkpad-nixos/hm.nix index 3b3453f..75fdd98 100644 --- a/hostconfig/thinkpad-nixos/hm.nix +++ b/hostconfig/thinkpad-nixos/hm.nix @@ -10,6 +10,18 @@ libs2 = ["bxi-jenkins-libs2"]; hps = ["bxi-hps"]; doc = ["bxi-doc"]; + container = ["bxi-containers"]; + flash-tools = ["bxi-flash-tools"]; + gpumap = ["gpumap"]; + ofi = ["libfabric-bxi-portals"]; + lustre = ["lustre-ptl4lnd"]; + ptlnet = ["ptlnet"]; + openshmem = ["sandia-openshmem"]; + bxi-base = ["bxi-base"]; + bxi2-portals = ["bxi-portals"]; + bxi2-mod = ["bxi-module"]; + bxi2-ptltest = ["bxi-portals-tests"]; + bxicomm = ["bxicomm"]; }; in { home.packages = with pkgs; [ @@ -247,7 +259,7 @@ in { hooks = { preNew = "${pkgs.isync}/bin/mbsync --all"; postNew = let - mkProjectMatch = project: "subject:'/PATCH\\s${project}/'"; + mkProjectMatch = project: "subject:'/PATCH\\s${project}\\s/'"; mkProjectMatches = labels: lib.concatStringsSep " or " (builtins.map mkProjectMatch labels); mkProject = tag: labels: ''