tsuki: init matugen
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2023-09-29 19:54:40 -04:00
parent ca74f10b80
commit 021ff463a8
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,6 +1,7 @@
{ {
config, config,
pkgs, pkgs,
inputs,
... ...
}: { }: {
imports = [ imports = [
@ -95,5 +96,6 @@
jdk17 jdk17
attic-client attic-client
comma comma
inputs.matugen.packages.x86_64-linux.default
]; ];
} }