fix(flake): add missing lib

This commit is contained in:
technofab 2025-05-31 20:03:14 +02:00
parent 3ff5b358d5
commit 0b783157bb

View file

@ -14,6 +14,7 @@
systems = import systems;
flake = {};
perSystem = {
lib,
pkgs,
config,
...