forked from hacc/haccfiles
flake.nix: expose mattermost under packages.*
this makes it easier to update, e.g. by doing "nix-update -F mattermost".
This commit is contained in:
parent
4dc9cdac91
commit
c295604a13
1 changed files with 4 additions and 0 deletions
|
@ -83,6 +83,10 @@
|
||||||
self.nixosConfigurations.parsons.config.hacc.websites.builders;
|
self.nixosConfigurations.parsons.config.hacc.websites.builders;
|
||||||
in
|
in
|
||||||
{ docs = websites."docs.hacc.space"; } // websites;
|
{ docs = websites."docs.hacc.space"; } // websites;
|
||||||
|
|
||||||
|
packages.x86_64-linux = {
|
||||||
|
inherit (pkgs) mattermost;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue