fix: don't add local cache to builder

This commit is contained in:
matt1432 2024-05-29 21:18:50 -04:00
parent 7893d37df5
commit 6be9d173b6
8 changed files with 61 additions and 51 deletions

View file

@ -244,7 +244,8 @@
type = "github";
};
nurl = {
owner = "nix-community";
inputs.nixpkgs.follows = "nixpkgs";
owner = "matt1432";
repo = "nurl";
type = "github";
};