Ramses
a4b80ce726
nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname ( #354283 )
2024-11-14 11:41:31 +01:00
github-actions[bot]
d6721ede31
Merge master into staging-next
2024-11-13 12:05:52 +00:00
Jörg Thalheim
ecfee66ef8
zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 ( #355288 )
2024-11-13 09:48:32 +01:00
Weijia Wang
2295e86108
hpuefi: only build on x86_64 ( #355419 )
2024-11-13 09:30:09 +01:00
github-actions[bot]
80fdc8b778
Merge master into staging-next
2024-11-13 00:14:23 +00:00
Sandro
e1571aa9a2
linuxPackages.amneziawg: init at 1.0.20240711 ( #331598 )
2024-11-12 19:20:04 +01:00
K900
9c85c8a22a
Merge remote-tracking branch 'origin/master' into staging-next
2024-11-12 21:14:32 +03:00
r-vdp
76d4d46b0c
nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname
...
Before, when using things like proxy jumps, we would end up with the hostname of either localhost or the jump host (depending on whether you configure the jumphost in your ssh config file or in the SSHOPTS) instead of the hostname of the target host.
I was running the following command:
```bash
NIX_SSHOPTS='-p 6016 -J username@jumphost' nixos-rebuild --verbose --flake '.#' --target-host localhost --use-remote-sudo --fast build
```
and what was getting built was `nixosConfigurations.<localhost hostname>` instead of `nixosConfigurations.<remote hostname>`, because the SSH connection to determine the hostname didn't have the NIX_SSHOPTS added to it yet.
So I simply moved the logic to set up the tmp dir and set the SSHOPTS a bit higher up.
2024-11-12 16:23:37 +00:00
Nick Cao
9fdf3ef937
linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 ( #355308 )
2024-11-12 11:00:43 -05:00
wxt
7357225720
hpuefi: only build on x86_64
2024-11-12 21:03:56 +08:00
nat
fd70778e9b
linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27
2024-11-12 00:01:59 +01:00
Andrew Marshall
003a6274ff
zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3
...
Changelog: https://github.com/openzfs/zfs/releases/tag/zfs-2.3.0-rc3
2024-11-11 17:12:25 -05:00
github-actions[bot]
88f2bd466e
Merge master into staging-next
2024-11-11 18:04:18 +00:00
Randy Eckenrode
84c3711f65
darwin.libffi: init at 35 ( #354108 )
2024-11-11 09:43:28 -05:00
github-actions[bot]
0958e34289
Merge master into staging-next
2024-11-11 06:05:02 +00:00
K900
4c3539c70b
linux-firmware: 20241017 -> 20241110
2024-11-11 07:42:37 +03:00
github-actions[bot]
81f60ef90d
Merge master into staging-next
2024-11-11 00:14:46 +00:00
Fabián Heredia Montiel
9bd781e733
linux/hardened/patches/6.6: v6.6.59-hardened1 -> v6.6.60-hardened1
2024-11-10 11:30:44 -06:00
Fabián Heredia Montiel
3b3ea3ac4b
linux/hardened/patches/6.11: v6.11.6-hardened1 -> v6.11.7-hardened1
2024-11-10 11:30:44 -06:00
Fabián Heredia Montiel
d9b6a745b2
linux/hardened/patches/6.1: v6.1.115-hardened1 -> v6.1.116-hardened1
2024-11-10 11:30:44 -06:00
Fabián Heredia Montiel
c367b19a22
linux/hardened/patches/5.4: v5.4.284-hardened1 -> v5.4.285-hardened1
2024-11-10 11:30:44 -06:00
Fabián Heredia Montiel
fc9089929a
linux/hardened/patches/5.15: v5.15.170-hardened1 -> v5.15.171-hardened1
2024-11-10 11:30:44 -06:00
Fabián Heredia Montiel
edb9a963e6
linux/hardened/patches/5.10: v5.10.228-hardened1 -> v5.10.229-hardened1
2024-11-10 11:30:43 -06:00
github-actions[bot]
24e5e7f5fc
Merge master into staging-next
2024-11-10 06:04:29 +00:00
Atemu
acf406372c
linux_xanmod, linux_xanmod_latest: 2024-11-08 ( #354617 )
2024-11-10 05:24:25 +01:00
github-actions[bot]
48d4a0a6bd
Merge master into staging-next
2024-11-10 00:15:17 +00:00
Theodore Ni
6648da3db4
darwin.openwith: remove apple_sdk.frameworks ( #354766 )
2024-11-09 14:49:46 -08:00
K900
7ebe9739ff
Merge remote-tracking branch 'origin/master' into staging-next
2024-11-09 23:12:56 +03:00
Weijia Wang
807e43e559
msi-ec: 0-unstable-2024-09-19 -> 0-unstable-2024-11-04 ( #353627 )
2024-11-09 16:54:28 +01:00
github-actions[bot]
a90280100f
Merge master into staging-next
2024-11-09 15:14:08 +00:00
Emily
3b91a81423
treewide: remove redundant patches and locks ( #354215 )
2024-11-09 12:57:37 +00:00
Emily
ce788776a5
Merge master into staging-next
2024-11-09 12:51:01 +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
zowoq
a50d729572
darwin.openwith: remove apple_sdk.frameworks
...
the apple sdk is now propagated by swift
2024-11-09 21:01:40 +10:00
github-actions[bot]
f3327c0d2a
Merge master into staging-next
2024-11-09 00:13:55 +00:00
Weijia Wang
8cccca1f90
linuxPackages.isgx: mark as broken for kernels >= 6.4 ( #353876 )
2024-11-09 01:09:20 +01:00
Shawn8901
71330f93ee
linux_xanmod_latest: 6.11.6 -> 6.11.7
2024-11-08 23:14:32 +01:00
Shawn8901
efa0718e74
linux_xanmod: 6.6.59 -> 6.6.60
2024-11-08 23:14:32 +01:00
Randy Eckenrode
05248e665c
darwin.libffi: init at 35
2024-11-08 15:16:20 -05:00
Maximilian Bosch
e62a69dc68
linux_5_4: 5.4.284 -> 5.4.285
2024-11-08 20:08:06 +01:00
K900
6a2e37b318
linux/update-mainline: fix oldest version check
2024-11-08 22:01:52 +03:00
Maximilian Bosch
7c1e8955b7
linux_latest-libre: 19643 -> 19663
2024-11-08 19:51:34 +01:00
Maximilian Bosch
040a0dae71
linux-rt_6_6: 6.6.52-rt43 -> 6.6.58-rt45
2024-11-08 19:51:14 +01:00
Maximilian Bosch
0216aad174
linux-rt_6_1: 6.1.111-rt42 -> 6.1.112-rt43
2024-11-08 19:51:00 +01:00
Maximilian Bosch
f919f99e9c
linux-rt_5_15: 5.15.167-rt79 -> 5.15.170-rt81
2024-11-08 19:50:48 +01:00
Maximilian Bosch
878ea7b096
linux_5_10: 5.10.228 -> 5.10.229
2024-11-08 19:50:35 +01:00
Maximilian Bosch
c51850c016
linux_5_15: 5.15.170 -> 5.15.171
2024-11-08 19:50:27 +01:00
Maximilian Bosch
bf6ccfccdb
linux_6_1: 6.1.115 -> 6.1.116
2024-11-08 19:50:17 +01:00
Maximilian Bosch
cab288a305
linux_6_6: 6.6.59 -> 6.6.60
2024-11-08 19:50:00 +01:00
Maximilian Bosch
019f743c69
linux_6_11: 6.11.6 -> 6.11.7
2024-11-08 19:49:39 +01:00