1
Fork 0

Fix what the previous commit was supposed to do!

This commit is contained in:
prescientmoon 2025-03-05 14:43:22 +01:00
parent 16fdc89cf3
commit bea2da6fd3
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
in
{
packages = {
inherit (pkgs) shimmeringmoon;
inherit (pkgs) shimmeringmoon private-config;
default = pkgs.shimmeringmoon;
};