almost done laptop

This commit is contained in:
atagen 2023-05-18 16:09:58 +10:00
parent 98cafc6cdb
commit 8c082364d6
11 changed files with 115 additions and 1048 deletions

View file

@ -20,7 +20,13 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [pkg-config];
buildInputs = [libX11];
cargoSha256 = "sha256-Vnhni8tckrexlJ85gfSDEAVWhH6oVHn9/z2O2OIVR5o=";
# cargoSha256 = "sha256-Vnhni8tckrexlJ85gfSDEAVWhH6oVHn9/z2O2OIVR5o=";
cargoLock = {
lockFile = "${src}/Cargo.lock";
outputHashes = {
"xrdb-0.1.2" = "sha256-7B8MsELW927yQEwQJ3DvTB+45Djw21VStBdehaMomRM=";
};
};
meta = with lib; {
description = "colourise piped input";