fix commented out thing

This commit is contained in:
NyxErinys 2026-05-18 01:27:37 -05:00
parent d5edaa944b
commit ccbb49c389

View file

@ -1,7 +1,7 @@
{ cfg, lib, inputs, ... }: { cfg, lib, inputs, ... }:
let let
manifests = [ manifests = [
# ./deployments ./deployments
# ./services # ./services
]; ];
imported = map ( n: import n { inherit cfg lib inputs; } ) manifests; imported = map ( n: import n { inherit cfg lib inputs; } ) manifests;