From b33972c2110b3ee23b1ad6aaa537a25aea701f7d Mon Sep 17 00:00:00 2001 From: Snorre Ettrup Altschul Date: Thu, 6 Feb 2025 15:42:41 +0100 Subject: [PATCH] formatted --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index a86976b..153b870 100644 --- a/flake.nix +++ b/flake.nix @@ -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;