Sandro
e16a1ca28f
Merge pull request #133728 from alyssais/cargo-kcov
2021-08-16 15:26:55 +02:00
Marc Seeger
512885dc70
libdnf: add zchunk support
2021-08-13 06:26:52 -07:00
Alyssa Ross
9261db9db4
cargo-kcov: ensure kcov is in PATH
...
The tool is non-functional without this.
2021-08-13 09:10:36 +00:00
Maximilian Bosch
3693fbaba5
Merge pull request #133481 from misuzu/nix-simple-deploy-update
...
nix-simple-deploy: 0.2.1 -> 0.2.2
2021-08-11 12:15:34 +02:00
misuzu
f0feb77b4f
nix-simple-deploy: 0.2.1 -> 0.2.2
2021-08-11 12:29:25 +03:00
happysalada
83bc698fba
nixUnstable: 2.4pre20210707_02dd6bb -> 2.4pre20210802_47e96bb
2021-08-11 15:14:48 +09:00
Artturi
4253877215
Merge pull request #133430 from r-ryantm/auto-update/cargo-release
...
cargo-release: 0.16.2 -> 0.16.3
2021-08-11 04:09:55 +03:00
R. RyanTM
42d109da85
cargo-release: 0.16.2 -> 0.16.3
2021-08-10 21:20:59 +00:00
ostylk
3747daf342
conda: invoke bash login shell to source /etc/profile
...
The `profile` parameter in `buildFHSUserEnv` is used to create an /etc/profile file
which should be sourced by bash. However, the default runScript is a non-login bash
which does not source /etc/profile. Therefore the conda package breaks, as a script
which is required for `conda activate`, is not sourced. Also the installationPath
parameter is ignored as it is setup in the /etc/profile file.
2021-08-10 12:39:17 +02:00
misuzu
3d59c44dfd
nix-simple-deploy: 0.1.1 -> 0.2.1 ( #133104 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-08 12:16:12 +02:00
R. RyanTM
28b3dc9186
apk-tools: 2.12.6 -> 2.12.7
2021-08-04 10:54:24 +00:00
Ben Siraphob
f47901cb24
Merge pull request #124187 from Mic92/nix
...
nix: enable pie
2021-08-01 01:27:01 +07:00
Ben Siraphob
2f94991628
treewide: fix redirected URLs
...
Using the script in maintainers/scripts/update-redirected-urls.sh
2021-08-01 00:01:50 +07:00
R. RyanTM
cf3dcef38b
cargo-release: 0.16.0 -> 0.16.2
2021-07-31 17:50:51 +09:00
Vladimír Čunát
9bd0be76b2
nix(Stable): 2.3.14 -> 2.3.15
2021-07-30 11:13:36 +02:00
Sandro
a67b27e31a
nixpkgs-review: add me as maintainer, small nit change ( #131950 )
2021-07-29 15:30:00 +02:00
Felix Buehler
eb48ac909a
toolsi/package-management: replace name with pname&version
2021-07-28 13:45:25 +02:00
Alyssa Ross
29475a58af
apk-tools: 2.12.5 -> 2.12.6
...
Fixes: CVE-2021-36159
2021-07-26 18:47:12 +00:00
Artturin
a926cabc8b
nixpkgs-review: 2.6.1 -> 2.6.2
2021-07-26 11:26:08 +03:00
Sandro
7731e2fe72
Merge pull request #129574 from jonringer/bump-nix-unstable-july
2021-07-20 17:33:36 +02:00
Sandro
792e8ee8cd
Merge pull request #130761 from SuperSandro2000/SuperSandro2000-patch-6
2021-07-20 17:24:27 +02:00
Domen Kožar
314f595ab1
Merge pull request #130538 from Ma27/bump-nixstable
...
nixStable: 2.3.12 -> 2.3.14
2021-07-20 17:09:20 +02:00
Maximilian Bosch
e66237af15
nixStable: 2.3.12 -> 2.3.14
...
Changes: https://github.com/NixOS/nix/compare/2.3.12...2.3.14
Since this is a bugfix release that wasn't pushed to `nixpkgs`, I
decided to take care of it.
As it's usually done in `upload-release.pl`[1], I updated the
fallback-paths accordingly and used eval `1687468`[2] for this with Nix
2.3.14.
Also added a fallback-path for `aarch64-darwin` as Nix 2.3.14 seems to
support this now[3].
[1] https://github.com/NixOS/nix/blob/2.3-maintenance/maintainers/upload-release.pl
[2] https://hydra.nixos.org/eval/1687468
[3] 14262b86cc
2021-07-20 17:06:51 +02:00
Jonathan Ringer
2e09265a54
nix-template: 0.1.1 -> 0.1.4 ( #130580 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-20 13:27:10 +02:00
Sandro
72775d4ea4
nix-prefetch: cleanup
2021-07-20 13:22:52 +02:00
Robert Hensing
2c2e1db91d
boehmgc_{nix,nixUnstable}: Move into {nix,nixUnstable}.passthru
...
Do not pollute top-level, but do provide allow the derivations to
be accessed for debugging and reuse if necessary.
2021-07-19 10:09:53 -07:00
Robert Hensing
596ac242af
nixUnstable: patch boehmgc (nix#4944)
...
As has been done in https://github.com/NixOS/nix/pull/4944
This introduces the boehmgc_nix and boehmgc_nixUnstable attributes
which are useful for external packages that link with Nix and its
boehmgc.
2021-07-19 10:09:52 -07:00
Jonathan Ringer
2d1568561b
nixUnstable: 2.4pre20210601_5985b8b -> 2.4pre20210707_02dd6bb
2021-07-19 10:09:52 -07:00
Matthijs Steen
7e2e486bbf
nix-prefetch: 0.4.0 -> 0.4.1
2021-07-19 18:44:12 +10:00
Jörg Thalheim
0839cf1d45
Merge pull request #106721 from Mic92/nix-serve
...
nixos/nix-serve: don't run as nogroup
2021-07-18 07:53:32 +01:00
Jörg Thalheim
ac7b8724b5
nixos/nix-serve: don't run as nogroup
...
nogroup is insecure if shared
2021-07-18 08:51:17 +02:00
Sandro
f64bb073ef
Merge pull request #130196 from Stunkymonkey/inherit-version
2021-07-17 20:41:50 +02:00
Felix Buehler
1e9baed56b
various: cleanup of 'inherit version;'
2021-07-16 00:17:12 +02:00
Jonathan Ringer
70580fdab7
nix-template: 0.1.0 -> 0.1.1
2021-07-11 21:00:22 -07:00
Maximilian Bosch
aa1561e780
Merge pull request #129712 from lf-/update-nix-doc
...
nix-doc: 0.5.0 -> 0.5.1
2021-07-09 21:01:50 +02:00
Jade
760e7e14b3
nix-doc: Fix lint: the license is LGPL3+
2021-07-09 11:17:55 -07:00
Jade
29793d92de
nix-doc: 0.5.0 -> 0.5.1
...
Now, `inherit a b;` makes tags for `a` and `b`.
2021-07-08 20:26:20 -07:00
Mauricio Scheffer
7eaf29cb05
micromamba: init at 0.14.1
2021-07-08 13:27:09 +01:00
Sandro
03db443af8
Merge pull request #129191 from fabaff/bump-cargo-audit
2021-07-05 12:09:07 +02:00
Ben Siraphob
22043960a5
Merge pull request #129201 from lf-/update-nix-doc
...
nix-doc: 0.3.3 -> 0.5.0
2021-07-04 11:37:31 +07:00
Ben Siraphob
7e12830d1a
Merge pull request #129198 from r-ryantm/auto-update/cargo-release
...
cargo-release: 0.15.1 -> 0.16.0
2021-07-04 11:08:11 +07:00
Jade
5573210d87
nix-doc: 0.3.3 -> 0.5.0
...
This release adds a ctags implementation to generate tags for Nix
script! 🎉
2021-07-03 19:42:47 -07:00
R. RyanTM
a0d5f7eaca
cargo-release: 0.15.1 -> 0.16.0
2021-07-04 02:29:32 +00:00
Sandro
8723bd8119
Merge pull request #129122 from dotlambda/dateutil-alias
2021-07-04 02:53:34 +02:00
Fabian Affolter
2edaa49ed1
cargo-audit: 0.14.1 -> 0.15.0
2021-07-04 00:51:42 +02:00
Jörg Thalheim
ba6600c096
Merge pull request #129080 from r-ryantm/auto-update/cargo-release
...
cargo-release: 0.15.0 -> 0.15.1
2021-07-03 13:05:54 +01:00
Robert Schütz
1ec5651913
treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil
2021-07-03 13:45:57 +02:00
R. RyanTM
70f6d689d5
cargo-release: 0.15.0 -> 0.15.1
2021-07-03 06:17:56 +00:00
R. RyanTM
e0c0477c1e
cargo-outdated: 0.9.15 -> 0.9.17
2021-07-03 03:55:54 +00:00
adisbladis
c08e7693f9
fpm: 1.11.0 -> 1.13.0
2021-06-30 15:06:23 -05:00