attic: remove overrides
This commit is contained in:
parent
00f935e074
commit
3002f43f7f
1 changed files with 2 additions and 11 deletions
|
@ -1,14 +1,5 @@
|
||||||
{ pkgs, lib, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
let
|
|
||||||
inherit (pkgs) stdenv;
|
|
||||||
|
|
||||||
attic = pkgs.attic-client.overrideAttrs (_: _: {
|
|
||||||
env = lib.optionalAttrs stdenv.cc.isClang {
|
|
||||||
NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = [ attic ];
|
environment.systemPackages = [ pkgs.attic-client ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue