mirror of
https://github.com/nix-community/home-manager
synced 2024-11-06 03:09:45 +01:00
docs: update nmd version
This update fixes the custom CSS to make the `$` character non-selectable in highlighted code blocks.
This commit is contained in:
parent
a422807513
commit
0a10eae61d
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ let
|
|||
|
||||
nmdSrc = fetchTarball {
|
||||
url =
|
||||
"https://git.sr.ht/~rycee/nmd/archive/824a380546b5d0d0eb701ff8cd5dbafb360750ff.tar.gz";
|
||||
sha256 = "0vvj40k6bw8ssra8wil9rqbsznmfy1kwy7cihvm13rajwdg9ycgg";
|
||||
"https://git.sr.ht/~rycee/nmd/archive/f18defadcc25e69e95b04493ee02682005472255.tar.gz";
|
||||
sha256 = "14fazjqbc6sfsxycwadfhcymi37xg5wmrlvg3jb8d4mpbcdwfwz4";
|
||||
};
|
||||
|
||||
nmd = import nmdSrc {
|
||||
|
|
Loading…
Reference in a new issue