flakelike

This commit is contained in:
Wroclaw 2024-06-17 07:54:59 +02:00
parent 9cd9d8fe3c
commit ba94153c3b
8 changed files with 221 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{ inputs ? import ../../inputs.nix {} }:
self: super: {
lib = super.lib.extend (import ../../lib/overlays/version-info-fixup.nix { inherit inputs; });
}