Skip to content

Commit

Permalink
fixup on rust commit
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrainerson committed Nov 1, 2023
1 parent 3e54b81 commit f69bac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ base, callPackage, lib, python3, components }:
assert lib.assertMsg (base ? versionAtLeast && base.versionAtLeast "8") "Nedryglot requires at least Nedryland version 8.0.0";
assert lib.assertMsg (base ? versionAtLeast && base.versionAtLeast "9") "Nedryglot requires at least Nedryland version 9.0.0";
{
languages = rec{
rust = callPackage ./rust { inherit base; };
Expand Down

0 comments on commit f69bac0

Please sign in to comment.