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, rust-overlay,
}: let }: let
# rust-overlay = import rust-overlay; # rust-overlay = import rust-overlay;
system = "x86_64-linux"; system = "x86_64-linux";
pkgs = pkgs =
import nixpkgs 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. 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 cp -r $runtime $out/bin/public
''; '';
meta = { meta = {
description = "Website server backend"; description = "Website server backend";
license = pkgs.lib.licenses.mit; license = pkgs.lib.licenses.mit;