mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
flake-utils: use flakehub cache
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
flake-utils = {
|
flake-utils = {
|
||||||
url = "github:numtide/flake-utils";
|
url = "https://flakehub.com/f/numtide/flake-utils/*"; # flakehub caches results
|
||||||
};
|
};
|
||||||
notewrapper = {
|
notewrapper = {
|
||||||
url = "github:tomasriveral/notewrapper";
|
url = "github:tomasriveral/notewrapper";
|
||||||
|
|||||||
Reference in New Issue
Block a user