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>
Thu, 29 Apr 2021 09:52:12 +0200
changeset 41
5c3196ebf921
parent 39
d671d57178fc
permissions
-rw-r--r--
Added tag fatags-0.6 for changeset 4979d1ecb377
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
openjdk8
];
}