mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-14 17:05:02 +01:00
hot girl shit
This commit is contained in:
parent
ce88f65f92
commit
ce8c65aeaf
15 changed files with 263 additions and 184 deletions
12
builder/default.nix
Normal file
12
builder/default.nix
Normal 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;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue