nix-cache: redirect http to https

This commit is contained in:
Abel Luck 2026-02-26 14:45:11 +01:00
parent ea675c8818
commit d91f1491f1
3 changed files with 25 additions and 12 deletions

View file

@ -14,7 +14,7 @@
packages = forAllSystems (pkgs: {
nix-cache = pkgs.buildNpmPackage {
pname = "nix-cache";
version = "0.1.0";
version = "0.1.2";
src = ./nix-cache;
npmDepsHash = "sha256-bIujU7pZa1ExCZOMOoxsTeLDSF1GuPN/oMSgiMhY/04=";
buildPhase = ''