Build blog image with NixNG

This commit is contained in:
Pim Kunis 2024-12-31 11:29:29 +01:00
parent bbb149def3
commit 4f956c005c
7 changed files with 156 additions and 58 deletions

View file

@ -17,7 +17,7 @@ flake-utils.lib.eachDefaultSystem
(kubenix.evalModules.${system} {
specialArgs = {
inherit namespace system self;
inherit (inputs) nixhelm blog-pim dns nixpkgs nixng;
inherit (inputs) nixhelm blog dns nixpkgs;
inherit (self) globals;
utils = import ./utils.nix {