flake: fix package usage
Former-commit-id: 1a9b9a64a65b53de7ac5899aaf7703c7b5e94d79 Former-commit-id: c50f0daee152e5d0b99429ba26ff85fdcb740b3f
This commit is contained in:
parent
0d14f4c2e7
commit
76e0eeff40
11
flake.nix
11
flake.nix
|
@ -33,10 +33,15 @@
|
|||
inherit (toolchain) cargo rustc;
|
||||
})
|
||||
.buildRustPackage {
|
||||
pname = "oxitoko";
|
||||
version = "1.0.0";
|
||||
pname = "rustboyadvance-ng";
|
||||
name = "rustboyadvance-ng";
|
||||
src = ./.;
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
outputHashes = {
|
||||
"libretro-backend-0.2.1" = "sha256-qsJo7wP01zhRNv4XrZJbIvOQrSJfUaqve0fNOaR6aWs=";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Executed by `nix run`
|
||||
|
|
Reference in a new issue