hotfix(flake): specify mainProgram

This commit is contained in:
Muhammad Nauman Raza 2024-03-14 19:31:03 +00:00
parent e6a02bdcfe
commit 216a8ff361
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -34,6 +34,10 @@
version = "0.2.1";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;
meta = {
mainProgram = "vpr";
};
};
# Executed by `nix run`