Skip to content

Commit

Permalink
Merge pull request kmonad#813 from znd4/patch-1
Browse files Browse the repository at this point in the history
Fix broken kmonad-bin nixos link
  • Loading branch information
slotThe authored Feb 11, 2024
2 parents 8a963a0 + cc58617 commit 70a5e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ binary release of kmonad and packages it in the nix-store:
pkgs = import <nixpkgs> { };
kmonad-bin = pkgs.fetchurl {
url = "https://github.com/kmonad/kmonad/releases/download/0.4.2/kmonad-0.4.2-linux";
sha256 = "f18334b4d037ca5140f800029222855669748622";
url = "https://github.com/kmonad/kmonad/releases/download/0.4.2/kmonad";
sha256 = "0j73dzsfnsa7s96gnxhy9v2wz4l8pln0safdlbkz5j4gdasz3lsl";
};
in
pkgs.runCommand "kmonad" {}
Expand Down

0 comments on commit 70a5e97

Please sign in to comment.