progress flake.lock

This commit is contained in:
Emile Clark-Boman 2026-01-15 20:10:46 +10:00
parent 3551145604
commit e58cd70a82
2 changed files with 4 additions and 4 deletions

View file

@ -56,7 +56,7 @@
};
parseNexus = nexus:
if !(isAttrs nexus)
if ! isAttrs nexus
then
abort ''
Cerulean Nexus config must be provided as an attribute set, got "${typeOf nexus}" instead!