Skip to content

Commit

Permalink
chore(nix): fix flake randomconv ref attr (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmmulroy authored Jul 13, 2024
1 parent d05df0e commit fa37ff2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 29 deletions.
48 changes: 21 additions & 27 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 fa37ff2

Please sign in to comment.