formatted
This commit is contained in:
parent
101feafed4
commit
b33972c211
|
@ -15,7 +15,7 @@
|
|||
rust-overlay,
|
||||
}: let
|
||||
# rust-overlay = import rust-overlay;
|
||||
system = "x86_64-linux";
|
||||
system = "x86_64-linux";
|
||||
pkgs =
|
||||
import nixpkgs
|
||||
{
|
||||
|
@ -66,7 +66,7 @@
|
|||
makeWrapper $out/bin/webbisitey $out/bin/webbisitey-wrapped --run 'cd $(dirname $0)'; # im too lazy to add a path argument so cd into the correct folder so it can serve files.
|
||||
cp -r $runtime $out/bin/public
|
||||
'';
|
||||
|
||||
|
||||
meta = {
|
||||
description = "Website server backend";
|
||||
license = pkgs.lib.licenses.mit;
|
||||
|
|
Loading…
Reference in a new issue