add local utils (just a flakehub shortcut rn)

This commit is contained in:
mehbark 2023-08-28 23:20:55 -04:00
parent 298f026dff
commit dbfb0162dc

3
utils.nix Normal file
View file

@ -0,0 +1,3 @@
{
fh = org: project: version-range: "https://flakehub.com/f/${org}/${project}/${version-range}.tar.gz";
}