Commit Graph

399 Commits

Author SHA1 Message Date
seth
5290f1e9c8
nihstro: init at 0-unstable-2024-05-05 (#356377) 2024-11-17 14:30:41 +01:00
Masum Reza
e13831335f
treewide: stdenv.is -> stdenv.hostPlatform.is (#356363)
* treewide: stdenv.is -> stdenv.hostPlatform.is

* treewide: nixfmt due to ci error
2024-11-17 16:11:54 +05:30
Thiago Kenji Okada
9e6ece3ee1 nixos-rebuild-ng: init 2024-11-15 18:27:16 +00:00
Nick Cao
e245e24140
nixpacks: 1.29.0 -> 1.29.1 (#355936) 2024-11-15 08:58:57 -05:00
GetPsyched
5b8a714968 nixos-render-docs: init redirects system
Co-authored-by: Valentin Gagarin <valentin@gagarin.work>
2024-11-15 14:09:21 +01:00
R. Ryantm
6519100957 nixpacks: 1.29.0 -> 1.29.1 2024-11-14 16:37:34 +00:00
r-vdp
fade592271
niri: 0.1.10 -> 0.1.10.1 2024-11-14 09:42:46 +00:00
github-actions[bot]
b50e7536f8
Merge master into staging-next 2024-11-14 00:14:11 +00:00
Felix Bühler
8e2ed86268
nim-2_0: 2.0.10 -> 2.0.12 (#353592) 2024-11-13 23:38:21 +01:00
github-actions[bot]
351e0a0a7c
Merge master into staging-next 2024-11-11 12:06:02 +00:00
Franz Pletz
f1b26f503a
nitrokey-udev-rules: init at 1.0.0 (#352481) 2024-11-11 10:54:55 +01:00
Franz Pletz
736b36d571
niri: 0.1.9 -> 0.1.10 (#355047) 2024-11-11 10:46:56 +01:00
Moritz Sanft
b3057fce63
niri: add patch for scrolling without mouse config 2024-11-11 08:27:57 +01:00
Moritz Sanft
f0b14e4fb4
niri: install dinit service files 2024-11-11 08:26:15 +01:00
github-actions[bot]
0958e34289
Merge master into staging-next 2024-11-11 06:05:02 +00:00
adisbladis
f94a3e0cd1 nix-unit: 2.24.0 -> 2.24.1 2024-11-11 01:45:31 +00:00
Moritz Sanft
e806221782
niri: 0.1.9 -> 0.1.10 2024-11-10 20:20:49 +01:00
github-actions[bot]
a90280100f
Merge master into staging-next 2024-11-09 15:14:08 +00:00
Kiara Grouwstra
cf6a8c9b4b chore: update references to nix-review to nixpkgs-review 2024-11-09 14:43:16 +01:00
Emily
ce788776a5 Merge master into staging-next 2024-11-09 12:51:01 +00:00
github-actions[bot]
8e80325e6b
Merge master into staging-next 2024-11-09 12:04:53 +00: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
Sefa Eyeoglu
b5f67acfbf
nix-forecast: init at 0.1.0 (#354661) 2024-11-09 12:48:50 +01:00
Jörg Thalheim
b7c6785321
nix-update: 1.5.2 -> 1.6.0 (#354708) 2024-11-09 09:36:27 +01:00
patka
df11922a6d
nix-update: 1.5.2 -> 1.6.0 2024-11-09 09:24:06 +01:00
Jörg Thalheim
6ec4ba94c5 nix-unit: 2.23.0 -> 2.24.0
Diff: https://github.com/nix-community/nix-unit/compare/v2.23.0...v2.24.0
2024-11-09 07:54:09 +01:00
seth
f323f1ccfe
nix-forecast: init at 0.1.0 2024-11-09 00:52:40 -05:00
github-actions[bot]
f3327c0d2a
Merge master into staging-next 2024-11-09 00:13:55 +00:00
Daylin Morgan
9d90eac487 nimble: 0-unstable-2024-05-14 -> 0.16.2 2024-11-08 19:40:53 +00:00
Martin Weinelt
2900723943
Merge remote-tracking branch 'origin/master' into staging-next 2024-11-08 18:40:48 +01:00
Jörg Thalheim
61e6b1f52d nixos-facter: 0.1.1 -> 0.2.0
Diff: https://github.com/numtide/nixos-facter/compare/v0.1.1...v0.2.0
2024-11-08 14:20:37 +01:00
Jörg Thalheim
f3b32bf6ed nixos-anywhere: 1.4.0 -> 1.5.0
Diff: https://github.com/nix-community/nixos-anywhere/compare/1.4.0...1.5.0
2024-11-08 13:53:35 +01:00
github-actions[bot]
4ab3ca7c50
Merge master into staging-next 2024-11-08 06:04:48 +00:00
Emily
05ccba8cee ninja_1_11: init at 1.11.1
Swift 5.8 doesn’t reliably build with Ninja 1.12, and apparently
neither do old versions of ROCm, due to a build scheduling change
breaking builds with undeclared dependencies. Upstream Swift have
pinned 1.11 for now.

Reintroducing it isn’t a good long‐term solution, but seems
like the easiest way to avoid shipping 24.11 with a broken Swift
on Darwin. The patch for 32‐bit systems has not been restored,
as Swift doesn’t support them anyway.
2024-11-08 03:56:29 +00:00
github-actions[bot]
3533282a88
Merge master into staging-next 2024-11-07 20:49:24 +00:00
Antonio
738d2fee79
nightfox-gtk-theme: 0-unstable-2024-10-29 -> 0-unstable-2024-11-06 2024-11-06 20:44:17 +01:00
Emery Hemingway
baa84c3c68 nim-2_0: 2.0.10 -> 2.0.12 2024-11-04 08:18:21 +01:00
github-actions[bot]
70b769c7b7
Merge staging-next into staging 2024-11-04 06:05:49 +00:00
Zhong Jianxin
ca7cf82853 nix-search: init at 0.4.0
Description: Nix-channel-compatible package search
Homepage: https://github.com/diamondburned/nix-search
2024-11-03 17:52:29 +08:00
github-actions[bot]
670be3a8ed
Merge staging-next into staging 2024-11-01 06:05:13 +00:00
Weijia Wang
aa8294eef7
nicotine-plus: 3.3.4 -> 3.3.5 (#345427) 2024-11-01 03:24:01 +01:00
github-actions[bot]
336ffcf0e4
Merge staging-next into staging 2024-10-31 18:04:59 +00:00
Johannes Jöns
197afa8ba0
nightfox-gtk-theme: 0-unstable-2024-09-12 -> 0-unstable-2024-10-29 (#352215) 2024-10-31 15:50:55 +01:00
Johannes Jöns
363e3c7700
nilaway: 0-unstable-2024-06-29 -> 0-unstable-2024-10-10 (#352388) 2024-10-31 13:15:06 +01:00
06kellyjac
2ef2c213f7 nilaway: 0-unstable-2024-06-29 -> 0-unstable-2024-10-10 2024-10-30 14:23:38 +00:00
K900
0197e64a72 Merge remote-tracking branch 'origin/staging-next' into staging 2024-10-30 15:26:19 +03:00
github-actions[bot]
2c3dde0baa
Merge master into staging-next 2024-10-30 12:05:37 +00:00
Jörg Thalheim
48c539d248
nixos-install: add prefix extra- to flake flags (#351323) 2024-10-30 10:26:18 +01:00
Robin Krahl
d43f004d1f
nitrokey-udev-rules: init at 1.0.0
Fixes: https://github.com/NixOS/nixpkgs/issues/351921
2024-10-30 09:53:48 +01:00
Antonio
0e86975ef1
nightfox-gtk-theme: 0-unstable-2024-09-12 -> 0-unstable-2024-10-29 2024-10-29 23:12:04 +01:00