Commit Graph

29 Commits

Author SHA1 Message Date
R. Ryantm
8234aab765 fselect: 0.8.4 -> 0.8.5 2023-12-31 06:02:58 +00:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
R. Ryantm
275d4da0c6 fselect: 0.8.3 -> 0.8.4 2023-06-24 13:20:37 +00:00
R. Ryantm
315db26843 fselect: 0.8.2 -> 0.8.3 2023-05-23 07:26:47 +00:00
R. Ryantm
9687cb670b fselect: 0.8.1 -> 0.8.2 2023-03-06 18:15:48 +00:00
R. Ryantm
f92a357cb1 fselect: 0.8.0 -> 0.8.1 2022-05-26 10:40:18 -04:00
R. Ryantm
da6aa1a265 fselect: 0.7.9 -> 0.8.0 2022-02-22 05:49:50 +00:00
R. Ryantm
5128f58f48 fselect: 0.7.8 -> 0.7.9 2021-12-30 12:02:54 +00:00
R. Ryantm
9beef2a62b fselect: 0.7.7 -> 0.7.8 2021-12-06 23:28:49 +00:00
R. Ryantm
5dfd233a64 fselect: 0.7.6 -> 0.7.7 2021-10-29 16:37:30 +00:00
R. RyanTM
cf6ebd2941 fselect: 0.7.5 -> 0.7.6 2021-06-18 05:08:27 +00:00
R. RyanTM
bedbf2c81c fselect: 0.7.4 -> 0.7.5 2021-05-09 04:45:59 +00:00
midchildan
e1cdc1c36a
fselect: update cargoSha256 2021-04-13 23:44:27 +09:00
R. RyanTM
ca120f6144 fselect: 0.7.3 -> 0.7.4 2021-04-04 19:26:42 +00:00
midchildan
79362b94a0
fselect: fix darwin build 2021-03-11 10:30:53 +09:00
R. RyanTM
7be023a3a6 fselect: 0.7.2 -> 0.7.3 2021-03-02 22:17:07 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM
55da35fc61 fselect: 0.7.1 -> 0.7.2 2020-11-21 22:04:52 +00:00
Oleksii Filonenko
512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
R. RyanTM
7566c01d53 fselect: 0.6.10 -> 0.7.1 2020-10-18 08:18:49 +00:00
zowoq
473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
Oleksii Filonenko
ced27b2a58 fselect: 0.6.9 -> 0.6.10 2020-05-01 09:19:33 +02:00
Mario Rodas
6aae443d0a
fselect: install manpage 2020-03-12 04:20:00 -05:00
R. RyanTM
ac184e3c6b fselect: 0.6.8 -> 0.6.9 2020-03-10 20:45:39 +00:00
Benjamin Hipple
c8e2a33e1e fselect: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-27 22:10:07 -05:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Oleksii Filonenko
94ff938c33 fselect: 0.6.7 -> 0.6.8 2020-01-07 20:43:35 +01:00
Oleksii Filonenko
7b5194aee9 fselect: init at 0.6.7 (#73206)
* fselect: init at 0.6.7

* Fix cargoSha256

Co-authored-by: zimbatm <zimbatm@users.noreply.github.com>
2019-11-11 10:25:16 +00:00