added rhapsody-in-green to flake.nix

This commit is contained in:
2024-10-04 21:23:53 -04:00
parent 81e0bd8517
commit 6c8380946e

View File

@@ -75,6 +75,10 @@
modules = [./systems/jeeves];
specialArgs = {inherit inputs outputs;};
};
rhapsody-in-green = lib.nixosSystem {
modules = [./systems/rhapsody-in-green];
specialArgs = {inherit inputs outputs;};
};
};
};
}