Return 400 status for invalid hashes
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
{ mkDerivation, base, base16, base32, bsd-sysctl, bytestring
|
||||
, http-types, lib, managed, megaparsec, mtl, network, nixstore
|
||||
, nixutil, optparse-applicative, vector, wai, wai-extra, warp
|
||||
, warp-tls
|
||||
, charset, http-types, lib, managed, megaparsec, mtl, network
|
||||
, nixstore, nixutil, optparse-applicative, vector, wai, wai-extra
|
||||
, warp, warp-tls
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "nix-serve-ng";
|
||||
version = "1.0.0";
|
||||
src = ./.;
|
||||
src = ./..;
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
base base16 base32 bsd-sysctl bytestring http-types managed
|
||||
base base16 base32 bsd-sysctl bytestring charset http-types managed
|
||||
megaparsec mtl network optparse-applicative vector wai wai-extra
|
||||
warp warp-tls
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user