mirror of
https://github.com/Noratrieb/quotdd.git
synced 2026-01-15 16:55:02 +01:00
Initial commit
This commit is contained in:
commit
094afb02fe
6 changed files with 609 additions and 0 deletions
6
default.nix
Normal file
6
default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ pkgs ? import <nixpkgs> { } }: pkgs.rustPlatform.buildRustPackage {
|
||||
src = pkgs.lib.cleanSource ./.;
|
||||
pname = "qotdd";
|
||||
version = "0.1.0";
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue