flake: init

This commit is contained in:
Tad Fisher
2020-12-09 17:44:20 -08:00
parent f047221f5f
commit 716f137343
10 changed files with 681 additions and 603 deletions

View File

@@ -80,6 +80,16 @@ nix-env -if "https://github.com/tadfisher/gradle2nix/archive/master.tar.gz"
=gradle2nix= is not yet packaged in =nixpkgs= itself, but work is
[[https://github.com/NixOS/nixpkgs/pull/77422][in progress]].
*** Flake (experimental)
A [[./flake.nix][flake.nix]] is provided for those using [[https://nixos.wiki/wiki/Flakes][Nix flakes]]. For example, the
following will build and run =gradle2nix= with the arguments provided
after =--=:
#+begin_example
nix run github:tadfisher/gradle2nix -- --help
#+end_example
** Usage
#+begin_example