flake-utils: use flakehub cache

This commit is contained in:
2026-06-13 09:29:18 +02:00
parent d20f0d87d5
commit 143f699365
+1 -1
View File
@@ -13,7 +13,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
flake-utils = {
url = "github:numtide/flake-utils";
url = "https://flakehub.com/f/numtide/flake-utils/*"; # flakehub caches results
};
notewrapper = {
url = "github:tomasriveral/notewrapper";