formatted

This commit is contained in:
Snorre Ettrup Altschul 2025-02-06 15:42:41 +01:00
parent 101feafed4
commit b33972c211

View file

@ -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;