chore(tree-wide): remove snowfall-lib as dependency

This commit is contained in:
Mohammad Rafiq 2025-07-01 17:02:27 +08:00
parent 5cf347812c
commit 0965dd312a
No known key found for this signature in database
8 changed files with 65 additions and 41 deletions

View file

@ -1,4 +1,9 @@
{ config, lib, ... }:
{
config,
lib,
inputs,
...
}:
let
inherit (lib.pantheon.modules) mkWebApp;
cfg = config.server.web-apps.rrv-sh;
@ -14,3 +19,6 @@ mkWebApp {
};
};
}
// {
imports = [ inputs.rrv-sh.nixosModules.default ];
}