module upstreamed to nixpkgs #333

Open
opened 2025-05-15 17:22:49 +02:00 by kiara · 0 comments
Owner

As a developer in the Nix ecosystem,
I want a Fediversity NixOS module in nixpkgs,
so that I may use it more easily.

implementation notes

this could look like:

  1. have a configuration.nix matching our orchestration module inputs
  2. use (import (fetchTarball $fediversity) {}).build ./configuration.nix
  3. fire it off with bash '$(nix-build)'.

N.B.: there was some slightly smaller version of that for Summer of Nix that will run all configured NGI services for one NixOS machine like that.

**As** a developer in the Nix ecosystem, **I want** a Fediversity NixOS module in nixpkgs, **so that** I may use it more easily. ### implementation notes this could look like: 1. have a `configuration.nix` matching our orchestration module inputs 1. use `(import (fetchTarball $fediversity) {}).build ./configuration.nix` 1. fire it off with `bash '$(nix-build)'`. N.B.: there was some slightly smaller version of that for Summer of Nix that will run all configured NGI services for one NixOS machine like that.
kiara changed title from upstream to nixos to module upstreamed to nixpkgs 2025-06-01 15:51:22 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: fediversity/fediversity#333
No description provided.