Skip to content

Commit

Permalink
fix flake randomconv ref attr
Browse files Browse the repository at this point in the history
  • Loading branch information
dmmulroy committed Jul 13, 2024
1 parent d05df0e commit 0179c9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
systems = [ "x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin" ];
perSystem = { config, self', inputs', pkgs, system, ... }:
let
inherit (pkgs) ocamlPackages mkShell lib;
inherit (pkgs) ocamlPackages mkShell;
inherit (ocamlPackages) buildDunePackage;
version = "0.0.9+dev";
in
Expand All @@ -79,7 +79,7 @@
src = builtins.fetchGit {
url = "[email protected]:hannesm/randomconv.git";
rev = "b2ce656d09738d676351f5a1c18aff0ff37a7dcc";
ref = "refs/tags/${version}";
ref = "refs/tags/v0.2.0";
};
};

Expand Down

0 comments on commit 0179c9f

Please sign in to comment.