From dbfb0162dcf7e4985e43a5424d9b5769bed61aeb Mon Sep 17 00:00:00 2001 From: mehbark Date: Mon, 28 Aug 2023 23:20:55 -0400 Subject: [PATCH] add local utils (just a flakehub shortcut rn) --- utils.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 utils.nix diff --git a/utils.nix b/utils.nix new file mode 100644 index 0000000..fd96a13 --- /dev/null +++ b/utils.nix @@ -0,0 +1,3 @@ +{ + fh = org: project: version-range: "https://flakehub.com/f/${org}/${project}/${version-range}.tar.gz"; +}