fix: add self to flake outputs

This commit is contained in:
ace-pm 2026-04-21 23:27:40 +02:00
parent c744bdf6c1
commit e625d20a59
No known key found for this signature in database

View file

@ -7,6 +7,7 @@
};
outputs = {
self,
nixpkgs,
flake-utils,
}: