diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-05-15 23:08:52 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-05-15 23:08:52 +0200 |
| commit | ef4761574ebf6abe199e00943ff238ea0b69178d (patch) | |
| tree | e35e244b5f4fe1242f4814f192b3abe36b1e9563 /flake.nix | |
| parent | 2f1a86a21141e61b739ba56887d09aaabff282c0 (diff) | |
Add support for bulwark, including package.
This makes omega-relay also a mail client so to speak,
though bulwark is mostly client-sided.
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -71,6 +71,9 @@ in { packages."x86_64-linux".full-iso = self.nixosConfigurations.full-iso.config.system.build.isoImage; + packages."x86_64-linux".bulwark = + nixpkgs.legacyPackages."x86_64-linux".callPackage ./packages/bulwark/package.nix + { }; # for `nix fmt` formatter = treefmtExtract "formatter"; # for `nix flake check` |
