Skip to content

Commit e7e8172

Browse files
committed
docs: fix nix instructions
1 parent 145e821 commit e7e8172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let
3030
repo = "beku.py";
3131
rev = "062defa4da2ec504c38d3a21916e871fd95d03f6"; # commit hash
3232
hash = "sha256-Oq8BhByYDptD84551Rodi6T7MwI8e/6dxIX7p0xNK+A="; # use lib.fakeHash to find new hashes when upgrading
33-
}) {}).beku.build;
33+
}) {}).beku;
3434
in
3535
{
3636
packages = with pkgs; [

0 commit comments

Comments
 (0)