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;