nix-cache: redirect http to https
This commit is contained in:
parent
ea675c8818
commit
d91f1491f1
3 changed files with 25 additions and 12 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue