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
Harsh Shandilya
804480fc08
maintainers: remove msfjarvis
2024-04-27 21:57:43 +02:00
stuebinm
ff1a94e523
treewide: add meta.mainProgram to packages with a single binary
...
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
h7x4
41974d5ed9
treewide: add mainProgram
2023-11-27 02:17:53 +01:00
figsoda
d183f30348
fclones: 0.33.1 -> 0.34.0
...
Diff: https://github.com/pkolaczk/fclones/compare/v0.33.1...v0.34.0
Changelog: https://github.com/pkolaczk/fclones/releases/tag/v0.34.0
2023-10-30 15:35:52 -04:00
figsoda
ff6aa76a84
fclones: 0.32.2 -> 0.33.1
...
Diff: https://github.com/pkolaczk/fclones/compare/v0.32.2...v0.33.1
Changelog: https://github.com/pkolaczk/fclones/releases/tag/v0.33.1
2023-10-23 13:48:21 -04:00
figsoda
098b2aefbd
fclones: 0.32.1 -> 0.32.2
...
Diff: https://github.com/pkolaczk/fclones/compare/v0.32.1...v0.32.2
Changelog: https://github.com/pkolaczk/fclones/releases/tag/v0.32.2
2023-10-18 17:05:44 -04:00
figsoda
1db32903d2
fclones-gui: 0.1.4 -> 0.2.0
...
Diff: https://github.com/pkolaczk/fclones-gui/compare/v0.1.4...v0.2.0
Changelog: https://github.com/pkolaczk/fclones-gui/releases/tag/v0.2.0
2023-06-29 00:40:56 +02:00
figsoda
e183519871
fclones-gui: 0.1.3 -> 0.1.4
...
Diff: https://github.com/pkolaczk/fclones-gui/compare/v0.1.3...v0.1.4
Changelog: https://github.com/pkolaczk/fclones-gui/releases/tag/v0.1.4
2023-06-26 22:25:57 -04:00
figsoda
2c8970cdec
fclones-gui: 0.1.2 -> 0.1.3
...
Diff: https://diff.rs/fclones-gui/0.1.2/0.1.3
2023-06-26 09:35:25 -04:00
figsoda
f2689c2617
fclones: 0.31.1 -> 0.32.1
...
Diff: https://github.com/pkolaczk/fclones/compare/v0.31.1...v0.32.1
Changelog: https://github.com/pkolaczk/fclones/releases/tag/v0.32.1
2023-06-12 09:20:00 -04:00
figsoda
764e7266f0
fclones-gui: 0.1.0 -> 0.1.2
...
Diff: https://diff.rs/fclones-gui/0.1.0/0.1.2
2023-06-11 21:15:29 -04:00
figsoda
63b422acc0
fclones-gui: init at 0.1.0
...
https://github.com/pkolaczk/fclones/tree/main/fclones-gui
2023-06-11 23:25:51 +00:00
figsoda
58f4fa3903
fclones: 0.31.0 -> 0.31.1
...
Diff: https://github.com/pkolaczk/fclones/compare/v0.31.0...v0.31.1
Changelog: https://github.com/pkolaczk/fclones/releases/tag/v0.31.1
2023-06-08 09:20:15 -04:00
figsoda
37b721206e
fclones: 0.30.0 -> 0.31.0, add figsoda as a maintainer
...
Diff: https://github.com/pkolaczk/fclones/compare/v0.30.0...v0.31.0
Changelog: https://github.com/pkolaczk/fclones/releases/tag/v0.31.0
2023-06-04 16:22:52 -04:00
figsoda
2e0e2a426b
fclones: fix build on x86_64-darwin
2023-03-14 15:49:18 -04:00
R. Ryantm
d349acac91
fclones: 0.29.3 -> 0.30.0
2023-03-14 18:23:50 +00:00
R. Ryantm
786ff5d9c9
fclones: 0.29.1 -> 0.29.3
2023-02-01 10:42:05 +00:00
R. Ryantm
708ec5b43a
fclones: 0.29.0 -> 0.29.1
2022-10-01 19:44:06 +00:00
figsoda
6a07ce71b6
fclones: skip flaky test
2022-09-26 17:17:53 -04:00
R. Ryantm
7c25acd677
fclones: 0.28.0 -> 0.29.0
2022-09-26 14:46:13 +00:00
R. Ryantm
59203db20e
fclones: 0.27.3 -> 0.28.0
2022-09-15 08:54:20 +00:00
R. Ryantm
a953aca3d7
fclones: 0.27.2 -> 0.27.3
2022-09-12 15:33:04 +08:00
R. Ryantm
efca919cfb
fclones: 0.27.1 -> 0.27.2
2022-09-05 12:26:34 +00:00
R. Ryantm
8f3e410636
fclones: 0.27.0 -> 0.27.1
2022-08-28 10:02:56 +00:00
R. Ryantm
e8fb2021e9
fclones: 0.26.0 -> 0.27.0
2022-08-02 11:43:59 +00:00
Harsh Shandilya
84e4bf5e0b
fclones: 0.25.0 -> 0.26.0
2022-06-11 18:02:02 +05:30
Harsh Shandilya
58aef42768
fclones: 0.24.0 -> 0.25.0
2022-06-02 14:11:27 +05:30
Harsh Shandilya
069ff77a9d
fclones: 0.23.0 -> 0.24.0
2022-05-25 10:26:18 +05:30
Harsh Shandilya
251f3244a7
fclones: 0.22.0 -> 0.23.0
2022-05-03 13:56:31 +05:30
Harsh Shandilya
d4aec93177
fclones: 0.21.0 -> 0.22.0
2022-05-01 18:09:57 +05:30
Harsh Shandilya
a4c5a4af36
fclones: 0.20.1 -> 0.21.0
2022-04-26 15:51:10 +05:30
Harsh Shandilya
158057568a
fclones: 0.20.0 -> 0.20.1
2022-04-15 17:34:29 +05:30
Harsh Shandilya
739daae8ca
fclones: 0.19.0 -> 0.20.0
2022-04-15 17:34:27 +05:30
Craig Younkins
f1dbf7d0ad
fclones: 0.18.1 -> 0.19.0
2022-03-31 21:09:57 -04:00
Craig Younkins
3c394e7e35
fclones: 0.17.1 -> 0.18.1
2022-03-20 13:31:35 -04:00
Harsh Shandilya
bf873fbb2f
fclones: 0.17.0 -> 0.17.1 ( #144150 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-01 23:48:59 +01:00
Harsh Shandilya
4a225de252
fclones: 0.16.1 -> 0.17.0
2021-10-24 11:25:29 +05:30
Harsh Shandilya
53ae18e4e1
fclones: 0.16.0 -> 0.16.1
2021-10-14 19:20:53 +05:30
Harsh Shandilya
5bd537ccef
fclones: 0.15.0 -> 0.16.0
2021-09-27 04:10:00 +05:30
Harsh Shandilya
eeae23051f
fclones: add msfjarvis as maintainer
2021-09-14 18:06:54 +05:30
Harsh Shandilya
b2ec5cb0bd
fclones: add support for Darwin builds
2021-09-14 18:06:53 +05:30
Harsh Shandilya
b6d412f102
fclones: 0.14.0 -> 0.15.0
2021-09-14 18:06:52 +05:30
Craig Younkins
e5880bd760
fclones: init at 0.14.0
2021-09-08 17:14:49 -04:00