Mercurial
Mercurial
>
fatags
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
shell.nix
author
Tomas Zeman <tomas@functionals.cz>
Tue, 11 May 2021 10:59:51 +0200
changeset 42
e6e070b3a80f
parent 39
d671d57178fc
permissions
-rw-r--r--
fatags: 0.6 -> 0.7-SNAPSHOT
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
openjdk8
];
}