Commit graph

8 commits

Author SHA1 Message Date
Jörg Thalheim
38704165d4
support url source types 2020-11-26 14:51:44 +01:00
Jörg Thalheim
66f6054386 use type annotations 2020-11-05 15:12:00 +00:00
Jörg Thalheim
90beef7a81 move code to main() function
This avoid accidential global value due better scoping
2020-11-05 15:10:02 +00:00
adisbladis
74d3b4ff1c
Fall back to old behaviour for git references, prefer resolved_reference 2020-10-06 14:44:26 +02:00
yihuang
ef9935c98c
fix "invalid Git revision 'master'" 2020-10-04 14:20:17 +08:00
adisbladis
ae046bc7f2
Use overridePythonAttrs in CLI code generation 2020-03-27 23:11:54 +00:00
adisbladis
b5016c6577
Make lock a required subcommand of the CLI
We intend to add more features to the CLI over time.
2020-03-27 22:33:27 +00:00
adisbladis
bf48f272c1
Add CLI to supplement git hashes
This is not required for private repos where builtins.fetchGit would
suffice but _is_ required for Hydra (nixpkgs) where builtins.fetchGit is not allowed.
2019-12-28 21:45:51 +00:00