brewery
notashelf /
bf27abc9f4a94d071ccb204f4689d4ff5cbc01ed

beer

public

A terminal worth pouring time into

Star0tarball
clone
ssh://git@git.notashelf.dev:33/notashelf/beer.git

Commit bf27abc9f4a9

tarball

NotAShelf <raf@notashelf.dev> · 2026-06-26 07:21 UTC

unverified1 files changed+1-1
nix: fix lockfile path

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I530d8b3990b4b9dc121378d9bc47d3a46a6a6964
diff --git a/nix/package.nix b/nix/package.nixindex 9066551..fe609f6 100644--- a/nix/package.nix+++ b/nix/package.nix@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage (finalAttrs: {       ];     }; -  cargoLock.lockFile = "${finalAttrs.src}Cargo.lock";+  cargoLock.lockFile = "${finalAttrs.src}/Cargo.lock";   enableParallelBuilding = true;    strictDeps = true;