flake.nix: Add attic-client-static package

This commit is contained in:
Zhaofeng Li 2023-03-21 18:45:34 -06:00
parent cb493f2982
commit a8a30288fa

View file

@ -66,6 +66,10 @@
RUSTFLAGS = "-C relocation-model=static";
});
attic-client-static = packages.attic-static.override {
clientOnly = true;
};
attic-ci-installer = pkgs.callPackage ./ci-installer.nix {
inherit self;
};