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

24 Commits

Author SHA1 Message Date
Nicolas Mattia
262dd9ab21 Replace snack with cabal 2019-04-07 12:29:24 +02:00
Nicolas Mattia
3386273b6e
Merge pull request #27 from nlewo/fetcher
Add `fetcher` options
2019-03-05 18:59:22 +01:00
Antoine Eiche
d23a8626a0 Add the attribute 'type' to set the package URL type
The main objective is to be able to fetch packages that are just a file
which was not possible.

The value of this attribute is either 'file' or 'tarball'. By default,
the value of this attribute is inferred by using the suffix of the
URL. If the URL ends with 'tar.gz' the type is set to 'tarball',
otherwise it is 'file'.

This attribute is used by the Nix expression to select the appropriate
fetcher ('fetchurl' or 'fetchTarball') and by `nix-prefetch-url` to
set or not the `--unpack` flag.
2019-03-01 18:05:22 +01:00
Nicolas Mattia
beb274c094 Add test suite instructions to README'
'
2019-03-01 10:24:15 +01:00
LeOtaku
e2f7245e18 Fix README spelling/name error
"NixOS/nixpkgs-channel" does not actually exist, the correct repo would be "NixOS/nixpkgs-channels"
2019-02-22 17:05:49 +01:00
Nicolas Mattia
cdfa7b9a27 Add related work 2019-02-13 10:26:16 +01:00
Nicolas Mattia
4ff7a37f12 README fixup 2019-02-11 21:23:39 +01:00
Nicolas Mattia
8eee86454e Update README 2019-02-11 20:58:47 +01:00
Nicolas Mattia
e571ba0411 Update README 2019-02-11 20:54:27 +01:00
zimbatm
b5f1095f67 Update README.md
Co-Authored-By: nmattia <nicolas@nmattia.com>
2019-02-11 20:51:56 +01:00
Nicolas Mattia
b7b71f1d98 Add use cases to README 2019-02-11 20:33:10 +01:00
Nicolas Mattia
aa848bf39a Update README 2019-02-08 19:29:48 +01:00
Nicolas Mattia
a180f5c130 Implement dropping package attr 2019-02-08 19:07:05 +01:00
Nicolas Mattia
268c6eb936 Add install instructions 2019-02-05 15:43:37 +01:00
Nicolas Mattia
4664e3b402 Update README 2019-01-31 22:05:45 +01:00
Nicolas Mattia
c6ed6912a5 Update README 2019-01-31 20:44:10 +01:00
Nicolas Mattia
c8d451b153 Generate README from niv 2019-01-30 23:56:35 +01:00
Nicolas Mattia
bf040a7580 Update README 2019-01-28 22:37:13 +01:00
Nicolas Mattia
7628070e98 Add attr discovery 2019-01-26 23:39:38 +01:00
Nicolas Mattia
d2758102b6 Implement parser of packages 2019-01-24 21:58:22 +01:00
Nicolas Mattia
8ceb834aa0 Add basic implementation for cmds 2019-01-23 21:55:26 +01:00
Nicolas Mattia
f3cc2718e1 Implement basic CLI 2019-01-17 23:00:48 +01:00
Nicolas Mattia
ca1d6a681a Fix URL 2019-01-17 22:01:09 +01:00
Nicolas Mattia
4775afa607 Initial commit 2019-01-17 21:59:01 +01:00