chore(module): default system to pkgs.system instead of pkgs relying on system

This commit is contained in:
technofab 2025-10-05 15:13:47 +02:00
parent ca84188b2f
commit 901ab49e43
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

View file

@ -1,5 +1,5 @@
{
outputs = i: {
outputs = _i: {
lib = import ./.;
};
}