hot girl shit

This commit is contained in:
nora 2024-08-02 17:03:56 +02:00
parent ce88f65f92
commit ce8c65aeaf
15 changed files with 263 additions and 184 deletions

12
builder/default.nix Normal file
View file

@ -0,0 +1,12 @@
{ pkgs ? import <nixpkgs> { }, ... }: pkgs.rustPlatform.buildRustPackage {
pname = "website-builder";
version = "0.1.0";
src = ./.;
check = false;
cargoLock = {
lockFile = ./Cargo.lock;
};
}