initial iceshrimp package
This commit is contained in:
parent
06617a2e1d
commit
36eb89f9c9
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
{ lib, config, ... }: let
|
{ lib, pkgs, config, ... }: let
|
||||||
inherit (lib) mkIf;
|
inherit (lib) mkIf;
|
||||||
inherit (config) conf;
|
inherit (config) conf;
|
||||||
in mkIf conf.fedi.enable {
|
in mkIf conf.fedi.enable {
|
||||||
|
environment.systemPackages = [
|
||||||
|
(pkgs.callPackage ./iceshrimp.nix { })
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue