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
Markus Kowalewski
4bcadb41cc
novelwriter: 2.5.1 -> 2.5.2 ( #342855 )
2024-09-24 22:12:40 +02:00
Peder Bergebakken Sundt
af482923e9
nosql-workbench: 3.11.0 -> 3.13.0 ( #341548 )
2024-09-19 22:59:51 +02:00
R. Ryantm
c488f49423
novelwriter: 2.5.1 -> 2.5.2
2024-09-18 18:11:25 +00:00
Anderson Torres
f0e64ce16f
treewide: migrate packages maintained by AndersonTorres to by-name
...
Manual migration for the sake of by-name migration is no longer discouraged
since #340235 .
2024-09-16 14:26:47 -03:00
Peder Bergebakken Sundt
ed43488d78
nomad-driver-containerd: init at 0.9.4 ( #330775 )
2024-09-16 02:32:49 +02:00
nicoo
2641d97cbf
pkgs/by-name: Convert hashes to SRI format
...
Reproduction script:
# Bulk rewrite
./maintainers/scripts/sha-to-sri.py pkgs/by-name
# Revert some packages which will need manual intervention
for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
git checkout -- "pkgs/by-name/${n:0:2}/${n}"
done
2024-09-15 11:24:31 +02:00
DataHearth
a95073010f
nosql-workbench: 3.11.0 -> 3.13.0
2024-09-13 11:56:06 +02:00
DataHearth
0957c77918
nosql-workbench: lint
2024-09-13 11:41:32 +02:00
Nadir Ishiguro
5aa93399e6
nom: 2.6.0 -> 2.6.1
2024-09-12 09:24:42 +02:00
Pol Dellaiera
61235dc6d4
maintainers: remove eclairevoyant ( #341075 )
2024-09-11 22:24:23 +02:00
Mathew Polzin
5696278271
notes: 2.2.1 -> 2.3.0 ( #338613 )
2024-09-11 10:06:44 -05:00
éclairevoyant
49f7e34d6e
maintainers: remove eclairevoyant
2024-09-10 15:02:41 -04:00
Peder Bergebakken Sundt
ca2387788b
notation: 1.1.1 -> 1.2.0 ( #338121 )
2024-09-07 19:58:44 +02:00
zendo
eb7d2ec2e9
notes: 2.2.1 -> 2.3.0
2024-09-04 00:06:55 +08:00
Johannes Jöns
24cfa15e4d
nomacs: support more formats ( #337901 )
2024-09-02 06:39:33 +00:00
zendo
7bd29c7ddf
notes: move to by-name
2024-08-31 21:00:28 +08:00
Doron Behar
3326d57216
npmInstallHook: extract nodejsInstall{Manuals,Executables} ( #336644 )
2024-08-30 06:06:06 +00:00
Matthieu C.
dd6c0ee128
novops: add autocompletion
2024-08-29 11:51:59 +02:00
Aaron Jheng
12fbf24058
notation: 1.1.1 -> 1.2.0
2024-08-29 07:11:00 +00:00
Aaron Jheng
d931a1bebc
notation: move to by-name
2024-08-29 07:06:38 +00:00
Martin Joerg
80c970d69d
nomacs: support more formats
...
This adds support for formats like AVIF, HEIF, JPEG XL, and others.
2024-08-28 09:01:35 +00:00
R. Ryantm
0044b88302
novops: 0.15.0 -> 0.16.0
2024-08-28 01:41:08 +00:00
lelgenio
80a2825733
npmHooks.npmInstallHook: extract npmInstall{Manuals,Executables}
2024-08-26 20:43:42 -03:00
Nadir Ishiguro
043c629da2
nom: 2.5.1 -> 2.6.0
2024-08-20 19:44:23 +02:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test ( #334491 )
2024-08-18 00:29:43 +02:00
Doron Behar
24a76db073
Merge pull request #334377 from dotlambda/node-gyp
...
node-gyp: init at 10.2.0
2024-08-16 15:34:47 +00:00
Peder Bergebakken Sundt
55784f6c6a
Merge pull request #327783 from r-ryantm/auto-update/nova-password
...
nova-password: 0.5.6 -> 0.5.7
2024-08-15 23:13:09 +02:00
Robert Schütz
d07c3c3cd4
node-gyp: init at 10.2.0
2024-08-13 05:50:55 -07:00
R. Ryantm
82ae6aac2b
nova-password: 0.5.6 -> 0.5.7
2024-08-11 05:29:59 +02:00
R. Ryantm
fb5c061ea7
noto-fonts-cjk-serif: 2.002 -> 2.003
2024-08-09 05:14:58 +00:00
Robert Schütz
3d19c4d6ed
Merge pull request #330940 from dotlambda/node-pre-gyp
...
node-pre-gyp: init at 1.0.11
2024-08-06 05:24:38 -07:00
Robert Schütz
17cc69fdd6
node-pre-gyp: init at 1.0.11
2024-08-04 13:21:01 -07:00
Peder Bergebakken Sundt
9307b49d29
Merge pull request #328039 from heywoodlh/nostui-init
...
nostui: init 0.1.0
2024-08-02 12:48:26 +02:00
OTABI Tomoya
799bc8d7b1
Merge pull request #330725 from emilazy/push-lsuzwplvkpsw
...
nose2pytest: init at 1.0.12
2024-08-01 11:09:53 +09:00
Spencer Heywood
dbed177528
nostui: init 0.1.0
2024-07-31 15:57:04 -06:00
Emily
cb9733650c
nose2pytest: init at 1.0.12
2024-07-31 22:47:14 +01:00
Leah Amelia Chen
f4916f0c3a
novelwriter: 2.4.4 -> 2.5.1
2024-07-31 16:15:07 +08:00
techknowlogick
af58c6c621
nomad-driver-containerd: init at 0.9.4
2024-07-29 00:58:32 -04:00
R. Ryantm
972cdbf28c
nomnatong: 5.10 -> 5.11
2024-07-25 00:44:54 +00:00
R. Ryantm
71448bf214
nomacs: 3.17.2295 -> 3.19.0
2024-07-10 01:16:23 +00:00
Vladimír Čunát
4c07170703
noto-fonts-color-emoji: fixup build
...
Lots of "coverage: missing combining sequence...", etc.
2024-07-06 17:58:19 +02:00
github-actions[bot]
d6339576fb
Merge master into staging-next
2024-07-05 18:01:19 +00:00
Valentin Chassignol
e3efdcefe3
nova-password: init at 0.5.6
2024-07-05 10:57:33 +02:00
Martin Weinelt
9b79a05ae1
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/flexcache/default.nix
- pkgs/development/python-modules/flexparser/default.nix
- pkgs/development/python-modules/odp-amsterdam/default.nix
- pkgs/development/python-modules/pint/default.nix
- pkgs/development/python-modules/uncertainties/default.nix
- pkgs/top-level/python-packages.nix
2024-07-01 01:07:21 +02:00
Pyrox
e476957d54
nodemon: remove from nodePackages
2024-06-28 18:29:23 -04:00
github-actions[bot]
4f78094c50
Merge master into staging-next
2024-06-25 12:01:13 +00:00
Paul Meyer
736555406c
Merge pull request #318718 from msanft/notary/0.6.1-unstable
...
notary: 0.6.1 -> 0.6.1-unstable-2024-04-16
2024-06-25 13:01:12 +02:00
Moritz Sanft
1b6089e945
notary: 0.6.1 -> 0.6.1-unstable-2024-04-16
2024-06-25 08:38:42 +02:00
K900
42c4ffb919
treewide: replace xorgserver with xvfb in places where only xvfb is used
2024-06-23 13:59:26 +03:00