diff --git a/projects/Flarum/project.nix b/projects/Flarum/project.nix index d8ffe154d..5920e84fb 100644 --- a/projects/Flarum/project.nix +++ b/projects/Flarum/project.nix @@ -1,7 +1,4 @@ {pkgs, ...}: { - packages = - if pkgs == {} - then builtins.throw "wut?" - else {inherit (pkgs) flarum;}; + packages = {inherit (pkgs) flarum;}; nixos.module.service = ./service.nix; }