nix-serve: patch for nix 2.0 (#37459)
Fixes incompatible secret file handling. See https://github.com/edolstra/nix-serve/pull/8
This commit is contained in:
parent
5532cc1641
commit
8add42f90c
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchFromGitHub,
|
{ stdenv, fetchFromGitHub, fetchpatch,
|
||||||
bzip2, nix, perl, perlPackages,
|
bzip2, nix, perl, perlPackages,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
rev = "7e09caa2a7a435aeb2cd5446aa590d6f9ae1699d";
|
rev = "e4675e38ab54942e351c7686e40fabec822120b9";
|
||||||
sha256 = "0mjzsiknln3isdri9004wwjjjpak5fj8ncizyncf5jv7g4m4q1pj";
|
sha256 = "1wm24p6pkxl1d7hrvf4ph6mwzawvqi22c60z9xzndn5xfyr4v0yr";
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user