1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00
Commit Graph

203 Commits

Author SHA1 Message Date
Nicolas Mattia
c57098815e Change termotosvg template 2019-09-08 20:55:18 +02:00
Nicolas Mattia
94905b3999
Merge pull request #121 from nmattia/nm-log
Prettify logs
2019-09-08 20:43:32 +02:00
Nicolas Mattia
09d62db86b Prettify logs more 2019-09-08 20:36:40 +02:00
Nicolas Mattia
44c52165a8 Prettify logs 2019-09-08 19:43:31 +02:00
Nicolas Mattia
43747ff10b Don't forward stderr 2019-09-08 18:53:00 +02:00
Nicolas Mattia
83d7e3ec5b
Merge pull request #120 from nmattia/nm-too-many-fetches
Fix eager 'new' flagging
2019-09-08 18:35:23 +02:00
Nicolas Mattia
63bb03c9ac Fix eager 'new' flagging 2019-09-08 16:32:25 +02:00
Nicolas Mattia
213315b658
Merge pull request #119 from serokell/master
update default nixpkgs to 19.03
2019-08-27 14:53:40 +02:00
Yorick van Pelt
f7688ef5d9
update default nixpkgs to 19.03 2019-08-27 13:52:00 +02:00
Nicolas Mattia
8b7b70465c
Merge pull request #110 from input-output-hk/fixes/attr-typo
Fix wrong help message: s/attr/attribute.
2019-07-03 16:45:31 +02:00
Jean-Baptiste Giraudeau
f2ec3a60a9
Fix wrong help message: s/attr/attribute. 2019-07-03 16:34:29 +02:00
Nicolas Mattia
6822e75b2a
Merge pull request #107 from nmattia/nm-nicer-show-ux
Allow show single package
2019-07-01 17:51:12 +02:00
Nicolas Mattia
21e4db8695 Allow show single package 2019-07-01 17:33:08 +02:00
Nicolas Mattia
ad0c8924ed
Merge pull request #106 from nmattia/nm/cleanup-svg
Upgrade termtosvg
2019-07-01 16:36:42 +02:00
Nicolas Mattia
c95078ee41 Upgrade termtosvg 2019-07-01 16:01:33 +02:00
Nicolas Mattia
d04a684419 Re-add sourceByRegex
Otherwise niv requires a full compilation when any file changes
2019-07-01 16:00:55 +02:00
Nicolas Mattia
099f9ea921
Merge pull request #104 from nmattia/nm-update-nixpkgs
nixpkgs: 18.09 -> 19.03
2019-06-26 11:33:25 +02:00
Nicolas Mattia
3afc53fd0d nixpkgs: 18.09 -> 19.03 2019-06-26 11:27:13 +02:00
Nicolas Mattia
eb859c309e
Merge pull request #101 from nmattia/nm-drop-related
Drop misleading related section
2019-06-18 20:09:23 +02:00
Nicolas Mattia
c3c1194766 Drop misleading related section 2019-06-18 18:04:24 +00:00
Nicolas Mattia
3235a80273
Merge pull request #100 from nmattia/nm-fix-tests
Fix tests
2019-06-18 19:40:42 +02:00
Nicolas Mattia
53aaaba6a2 Fix tests 2019-06-18 17:35:48 +00:00
Nicolas Mattia
1915efad57
Merge pull request #99 from madjar/github-token
Use GITHUB_TOKEN for all calls to the github api
2019-06-18 18:46:20 +02:00
Georges Dubus
ea0741f10e Use GITHUB_TOKEN for all calls to the github api
The call to get the last commit was missing, so it would hit rate limiting even
after the first call succeded.
2019-06-18 18:27:05 +02:00
Nicolas Mattia
86163f53d1
Merge pull request #97 from nmattia/nm-release-2
Fix cabal warnings
2019-06-18 10:56:25 +02:00
Nicolas Mattia
8e1e9fd5c9 Fix github repo 2019-06-18 10:27:19 +02:00
Nicolas Mattia
7e5edff4c2 Fix package for release 2019-06-18 10:26:03 +02:00
Nicolas Mattia
ed8c23faef
Merge pull request #93 from kubek2k/fixing-build-on-darwin
Fixing the build on darwin by adding those magical ghc flags to clear the global db
2019-06-16 16:08:43 +02:00
Nicolas Mattia
d65639549a
Merge pull request #94 from kubek2k/github-token-support
GITHUB_TOKEN env variable support for github fetcher
2019-06-16 16:06:01 +02:00
Jakub Janczak
1f0fbc49f3 Making the sed expression work with current code shape 2019-06-16 14:03:00 +02:00
Nicolas Mattia
0921a0107c
Merge pull request #92 from nmattia/nm-readme-repl
Describe repls in shell
2019-06-16 11:51:39 +02:00
Nicolas Mattia
22836aceb1 Describe repls in shell 2019-06-16 09:39:49 +00:00
Nicolas Mattia
c25bc7efc0
Merge pull request #88 from michaelpj/imp/completions-and-profiling
Add completions and disable profiling
2019-06-16 11:11:12 +02:00
Nicolas Mattia
a1065ac1f5 Fix CircleCI retry 2019-06-16 08:55:00 +00:00
Michael Peyton Jones
26c7f9104b Add completions and disable profiling 2019-06-16 08:47:52 +00:00
Nicolas Mattia
652b763b79
Merge pull request #83 from michaelpj/imp/sorted-encode
Encode keys in sorted order
2019-06-16 10:33:36 +02:00
Nicolas Mattia
165b05a984
Merge pull request #89 from michaelpj/imp/more-gitignore
Add some more things to gitignore
2019-06-16 10:31:42 +02:00
Nicolas Mattia
a9dc7a67c6
Merge pull request #91 from nmattia/nm-fix-readme-2
Fix README and loop until Nix install succeeds
2019-06-16 10:31:27 +02:00
Nicolas Mattia
8434979b84 Loop until Nix stops segfaulting 2019-06-16 08:25:06 +00:00
Nicolas Mattia
24ace0e198 Fix weird sentence in README 2019-06-16 08:22:57 +00:00
Jakub Janczak
d54f3eae7d Fixing the build on darwin by adding those magical ghc flags to clear the global db (which should not be global, because of nix) - say no more 2019-06-16 10:15:06 +02:00
Jakub Janczak
0e9e84335d GITHUB_TOKEN env variable support for github fetcher 2019-06-16 10:14:05 +02:00
Nicolas Mattia
cd3b43f447
Merge pull request #90 from nmattia/nm-fix-readme
Fix README
2019-06-15 18:20:56 +02:00
Nicolas Mattia
3fb9ae5cb9
Merge pull request #86 from michaelpj/imp/update-command
Implement modify command
2019-06-15 17:23:54 +02:00
Nicolas Mattia
fe563e3852 Fix README 2019-06-15 15:10:09 +00:00
Michael Peyton Jones
f2bf520840
Implement modify command.
Fixes #63.
2019-06-15 16:08:41 +01:00
Michael Peyton Jones
7406e83a75
Add some more things to gitignore 2019-06-15 16:06:19 +01:00
Nicolas Mattia
230582e096
Merge pull request #87 from domenkozar/gitignore
Use gitignore instead of duplicating it's logic
2019-06-15 17:03:19 +02:00
Domen Kožar
89cef63076
Use gitignore instead of duplicating it's logic 2019-06-15 16:55:58 +02:00
Michael Peyton Jones
dc9103623a
Encode keys in sorted order
This reduces diffs, which is always good!
2019-06-15 15:29:51 +01:00