apply format

This commit is contained in:
Fabian Montero 2024-09-08 14:50:36 -06:00
parent 34e3cdaf81
commit 3044c426fd
Signed by untrusted user: fabian
GPG key ID: 1FFAC35E1798174F
7 changed files with 1442 additions and 90 deletions

3
pkgs/lib/default.nix Normal file
View file

@ -0,0 +1,3 @@
{callPackage}: {
importAll = callPackage ./importAll.nix {};
}