Skip to content

Commit a9605ba

Browse files
waalgervcas
authored andcommitted
bump flake. rm cargo patch. fix version
1 parent 9bd6707 commit a9605ba

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
darwin.apple_sdk.frameworks.SystemConfiguration
2626
];
2727

28-
cargoTomlContents = builtins.readFile ./crates/aiken/Cargo.toml;
29-
version = (builtins.fromTOML cargoTomlContents).package.version;
28+
cargoTomlContents = builtins.readFile ./Cargo.toml;
29+
version = (builtins.fromTOML cargoTomlContents).workspace.package.version;
3030

3131
aiken = pkgs.rustPlatform.buildRustPackage {
3232
inherit version;
@@ -39,9 +39,6 @@
3939
src = pkgs.lib.cleanSourceWith {src = self;};
4040

4141
cargoLock.lockFile = ./Cargo.lock;
42-
cargoLock.outputHashes = {
43-
"textplots-0.9.6" = "sha256-Bx3zFEOnvqT7ZVfO5T8ii5u+3cPBeQTmw0F6CHQimao=";
44-
};
4542

4643
GIT_COMMIT_HASH_SHORT = self.shortRev or "unknown";
4744
postPatch = ''

0 commit comments

Comments
 (0)