iceshrimp: does not fail to build but doesn't work
This commit is contained in:
parent
82742e291d
commit
d69f3e0bef
4 changed files with 39 additions and 17 deletions
|
@ -1,2 +1,13 @@
|
|||
{...}: {
|
||||
}
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkIf;
|
||||
cfg = config.conf.fedi;
|
||||
iceshrimp = pkgs.callPackage ./iceshrimp.nix {};
|
||||
in
|
||||
mkIf cfg.enable {
|
||||
environment.systemPackages = [iceshrimp];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue