1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

meteora: host on ful

This commit is contained in:
2026-03-04 17:58:50 +01:00
parent df36954fed
commit d952ecf17a
6 changed files with 67 additions and 4 deletions

View File

@@ -28,6 +28,7 @@
wrappers.url = "github:lassulus/wrappers";
llm-agents.url = "github:numtide/llm-agents.nix";
opencrow.url = "github:pinpox/opencrow";
meteora.url = "git+ssh://git@github.com/kmein/meteora.git";
voidrice.flake = false;
@@ -96,6 +97,7 @@
stylix,
voidrice,
wetter,
meteora,
...
}:
let
@@ -302,6 +304,7 @@
autorenkalender = autorenkalender.packages.${prev.stdenv.hostPlatform.system}.default;
onomap = scripts.packages.${prev.stdenv.hostPlatform.system}.onomap;
tinc-graph = tinc-graph.packages.${prev.stdenv.hostPlatform.system}.tinc-graph;
meteora-website = meteora.packages.${prev.stdenv.hostPlatform.system}.website;
# krebs
brainmelter = prev.callPackage packages/brainmelter.nix { };