Skip to content

Commit

Permalink
Update projects/Flarum/project.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Gagarin <[email protected]>
  • Loading branch information
lorenzleutgeb and fricklerhandwerk authored Apr 15, 2024
1 parent 186e149 commit fc633a8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions projects/Flarum/project.nix
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit fc633a8

Please sign in to comment.