diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-22 15:58:42 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-22 16:02:04 +0100 |
| commit | c633046cdda8e7a46ad7a9d85e0749f36e5ab0a8 (patch) | |
| tree | 8be69736262c6c4b10b91cef6ec962d269eb8bb0 /flake.nix | |
| parent | update.sh: Replace building and test running by the already existing scripts (diff) | |
| download | nixos-server-c633046cdda8e7a46ad7a9d85e0749f36e5ab0a8.zip | |
{modules,tests}/rocie: Init
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 4c847b6..5263de7 100644 --- a/flake.nix +++ b/flake.nix @@ -74,6 +74,15 @@ url = "github:nix-community/impermanence"; inputs = {}; }; + rocie = { + url = "git+https://git.foss-syndicate.org/bpeetz/rocie/nix?ref=prime"; + inputs = { + nixpkgs.follows = "nixpkgs"; + treefmt-nix.follows = "treefmt-nix"; + crane.follows = "crane"; + rust-overlay.follows = "rust-overlay"; + }; + }; simple-nixos-mailserver = { url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-25.11"; inputs = { @@ -96,6 +105,7 @@ disko, impermanence, simple-nixos-mailserver, + rocie, ... } @ attrs: let system = "x86_64-linux"; @@ -129,6 +139,7 @@ disko.nixosModules.default impermanence.nixosModules.impermanence simple-nixos-mailserver.nixosModule + rocie.nixosModules.default ]; tests = import ./tests {inherit pkgs specialArgs nixLib;}; |
