forked from nrabulinski/attic
flake.nix: Add attic-client-static package
This commit is contained in:
parent
cb493f2982
commit
a8a30288fa
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue