Flake-enable the project
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{ mkDerivation, base, base16, base32, bytestring, charset
|
||||
, http-types, managed, megaparsec, mtl, network, nix
|
||||
, optparse-applicative, stdenv, vector, wai, wai-extra, warp
|
||||
, warp-tls
|
||||
, http-types, lib, managed, megaparsec, mtl, network, nix
|
||||
, optparse-applicative, vector, wai, wai-extra, warp, warp-tls
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "nix-serve-ng";
|
||||
@@ -15,5 +14,5 @@ mkDerivation {
|
||||
];
|
||||
executablePkgconfigDepends = [ nix ];
|
||||
description = "A drop-in replacement for nix-serve that's faster and more stable";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
license = lib.licenses.asl20;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user