Commit Graph

162 Commits

Author SHA1 Message Date
genga
fe095ccfec notonoto: init at 0.0.3 2024-11-10 23:59:21 +03:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
R. Ryantm
39f735299c notes: 2.3.0 -> 2.3.1 2024-11-01 18:29:56 +00:00
Aleksana
7fe88f9e41
nomad-pack: 0.1.2 -> 0.2.0 (#349071) 2024-10-29 18:12:54 +08:00
R. Ryantm
e4b96adcc6 novops: 0.16.0 -> 0.17.0 2024-10-19 06:44:57 +00:00
techknowlogick
f1f6a65782 nomad-pack: move to pkgs/by-name 2024-10-16 11:42:41 -04:00
R. Ryantm
1b8384bdcf nomacs: 3.19.0 -> 3.19.1 2024-10-15 17:24:52 +00:00
Peder Bergebakken Sundt
1be07e535c
notmuch-mailmover: 0.3.0 -> 0.4.0 (#345530) 2024-10-14 01:40:26 +02:00
Markus Kowalewski
7f49eeca59
noto-fonts-color-emoji: 2.042 -> 2.047 (#346309) 2024-10-11 13:58:26 +02:00
R. Ryantm
e35f2ac0d3 node-red: 4.0.3 -> 4.0.4 2024-10-10 03:54:49 +00:00
Pol Dellaiera
35c42a6b81
normaliz: 3.10.3 -> 3.10.4 (#347101) 2024-10-09 20:31:38 +02:00
Robert Schütz
b129e21ffd node-red: move from nodePackages 2024-10-08 08:29:56 -07:00
R. Ryantm
3e4217ee8e normaliz: 3.10.3 -> 3.10.4 2024-10-07 14:42:41 +00:00
Michael Adler
be2e87f600 notmuch-mailmover: 0.3.0 -> 0.4.0 2024-10-07 11:38:23 +02:00
Michael Adler
42b9d03848 notmuch-mailmover: migrate to pkgs/by-name, format, add updateScript 2024-10-07 11:27:54 +02:00
R. Ryantm
4f53ea31c4 noto-fonts-color-emoji: 2.042 -> 2.047 2024-10-04 03:17:28 +00:00
R. Ryantm
257a687043 notcurses: 3.0.9 -> 3.0.11 2024-10-02 23:21:23 +00:00
R. Ryantm
ad960aea5b nomnatong: 5.11 -> 5.12 2024-09-30 17:58:59 +00:00
R. Ryantm
2e10fbb8d2 nodemon: 3.1.4 -> 3.1.7 2024-09-28 07:33:12 +00:00
Peder Bergebakken Sundt
c722b770fe normcap: unbreak darwin 2024-09-27 10:06:25 +02:00
Peder Bergebakken Sundt
a1d785c763 normcap: add desktop entry, drop patching 2024-09-27 09:49:35 +02:00
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