Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Sander van der Burg
32c36780d1
dysnomia: 0.10.1 -> 0.10.2
2023-09-27 18:35:30 +02:00
Sander van der Burg
253ab0296c
dysnomia: replace deprecated mysql reference by mariadb
2022-03-15 19:46:06 +01:00
Felix Buehler
eb48ac909a
toolsi/package-management: replace name with pname&version
2021-07-28 13:45:25 +02:00
Sander van der Burg
52c427b8be
dysnomia: make function header more readable
2021-05-06 19:15:46 +02:00
Sander van der Burg
1021cd5d6c
dysnomia: 0.10 -> 0.10.1 and add support for new plugins
2021-05-05 20:04:48 +02:00
Sander van der Burg
4ae1fa61ad
Revert "nixos/dysnomia nixos/disnix: Drop modules"
...
This reverts commit a3f4db8679
.
2021-03-28 21:37:43 +02:00
Scriptkiddi
a3f4db8679
nixos/dysnomia nixos/disnix: Drop modules
2021-01-27 11:27:09 +01:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Sander van der Burg
5d1125ede5
dysnomia: 0.9.1 -> 0.10
2020-11-28 20:15:21 +01:00
Sander van der Burg
dc13460a6c
dysnomia: 0.9 -> 0.9.1
2020-04-14 14:31:13 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Sander van der Burg
95464bab66
dysnomia: 0.8 -> 0.9
2019-09-09 23:23:02 +02:00
Jan Malakhovski
d35c199422
dysnomia: cleanup whitespace
2019-02-03 15:30:11 +00:00
Sander van der Burg
a4e388c978
dysnomia: 0.7.1 -> 0.8
2018-02-25 22:23:03 +01:00
Sander van der Burg
6b4687741e
dysnomia: 0.7 -> 0.7.1
2017-12-20 21:37:33 +01:00
Sander van der Burg
a26c51116d
disnix: 0.6 -> 0.7
2017-03-14 23:18:23 +01:00
Sander van der Burg
2edb28ffc5
dysnomia: bump to version 0.6.1
2016-09-13 19:41:54 +00:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Sander van der Burg
c5faa7c83d
dysnomia: 0.5.1 -> 0.6
2016-06-16 15:45:50 +00:00
Sander van der Burg
7ed3dc6cfc
dysnomia: bump to version 0.5.1
2016-03-20 15:21:42 +00:00
Sander van der Burg
a6bda1a62a
disnix: bump to version 0.5
2016-01-27 22:32:34 +00:00
Sander van der Burg
644dd145c9
dysnomia: bump to version 0.4.1
2015-10-24 18:23:47 +00:00
Sander van der Burg
0310b48494
Add mongodb-tools package as dependency to make snapshots and restores work
2015-07-31 16:19:56 +00:00
Sander van der Burg
e54d0371b9
disnix: bump to version 0.4
2015-07-08 12:03:56 +00:00
Sander van der Burg
093b2de396
dysnomia: fix compatibility with mariadb derivation
2015-06-12 16:19:26 +00:00
William A. Kennington III
a604b42480
mysql: Use libs in place of the binary mysql
2015-04-01 16:46:53 -07:00
Sander van der Burg
9be119bb0e
disnix: bump to version 0.3
2015-03-13 21:07:46 +00:00
Sander van der Burg
0bc51eacd9
dysnomia: bump development version
2015-03-12 16:40:34 +00:00
Sander van der Burg
e61c7ad901
Bump development versions of Disnix
2015-03-09 23:29:40 +01:00
Eric Seidel
b6a3fd396e
dysnomia: fix syntax error
2015-03-05 13:00:50 -08:00
Sander van der Burg
bb3cf3b461
Bump development versions of disnix packages
2015-03-05 20:22:42 +00:00
Sander van der Burg
b0dc17a5ed
Bump development versions of Disnix
2015-03-02 09:37:10 +00:00
Sander van der Burg
8b1110f89a
Bump development versions of several Disnix tools
2015-02-20 20:20:43 +00:00
Sander van der Burg
96783449cf
disnix: Bump to latest development releases
2014-09-25 16:35:58 +02:00
Sander van der Burg
ef8220d1bf
Expose Android NDK in the top level expression
2014-09-02 14:11:09 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Sander van der Burg
6b6f098fd1
disnix: bump versions and update module to use its latest features
2014-06-09 23:46:30 +02:00
Chris Farmiloe
5c2ef1353c
Update disnix related sources that were referencing dead hydra tarball builds
2014-03-30 21:38:49 +02:00
Sander van der Burg
1a4233d440
Bump dysnomia to latest development version
2013-11-06 14:22:48 +01:00
Sander van der Burg
44731b5251
Bump disnix,disnixos and dysnomia to latest development versions
2013-07-30 12:03:03 +02:00
Sander van der Burg
47931dcefa
dysnomia: Some updated meta information
2013-07-01 14:27:18 +02:00
Sander van der Burg
9936b7c230
disnix: push to latest 0.3 development release
2013-06-27 15:32:11 +02:00