mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 04:35:07 +01:00
unpem
This commit is contained in:
parent
cd3628e168
commit
dd029f03bd
6 changed files with 328 additions and 0 deletions
10
custom-pkgs/unpem/default.nix
Normal file
10
custom-pkgs/unpem/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs ? import <nixpkgs> { }, ... }: pkgs.rustPlatform.buildRustPackage {
|
||||
src = pkgs.lib.cleanSource ./.;
|
||||
pname = "unpem";
|
||||
version = "0.1.0";
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
|
||||
meta = {
|
||||
mainProgram = "unpem";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue