Commit Graph

482755 Commits

Author SHA1 Message Date
Alyssa Ross
e5e49df7fd
nixos/netboot: add squashfsCompression option
This is copied from isoImage.squashfsCompression.  It's useful to be
able to customise, as iteration cycles are very slow with xz, and
subjectively systems booted with less efficiently compressed squashfs
stores appear to have faster reads (although I didn't test that
scientificly so there could be other factors).
2023-05-09 14:15:10 +00:00
Alyssa Ross
096cdeeac4
nixos/iso-image: type isoImage.squashfsCompression 2023-05-09 14:15:02 +00:00
Azat Bahawi
7aef072b63
radare2: 5.8.4 -> 5.8.6 2023-05-09 17:13:20 +03:00
Alyssa Ross
2023766e31
tests.stdenv.test-inputDerivation: init 2023-05-09 14:02:45 +00:00
fetsorn
2472601dd4 ctags: fix typos
"funtions" -> "functions"
"beeing" -> "being"
2023-05-09 18:02:17 +04:00
fetsorn
18bb97f46b alkimia: fix typo
"bounderies" -> "boundaries"
2023-05-09 18:02:17 +04:00
fetsorn
392fabcf26 libpkgconf: fix typo
"someting" -> "something"
2023-05-09 18:02:17 +04:00
fetsorn
5e77899001 nixos/tpm2: fix typo
"acess" -> "access"
2023-05-09 18:02:17 +04:00
fetsorn
1a4e993104 nixos/prometheus: fix typo
"nixpgs" -> "nixpkgs"
2023-05-09 18:02:17 +04:00
fetsorn
f035683f55 nixos/matomo: fix typo
"suported" -> "supported"
2023-05-09 18:02:17 +04:00
fetsorn
d1398dd05c nixos/deluge: fix typo
"secuerly" -> "securely"
2023-05-09 18:02:17 +04:00
fetsorn
ac5f6d9100 nixos/apparmor: fix typo
"usualy" -> "usually"
2023-05-09 18:02:17 +04:00
fetsorn
c712d1ef19 d2codingfont: fix typo
"verion" -> "version"
2023-05-09 18:02:17 +04:00
fetsorn
60572dc641 all-packages.nix: fix typos
"trigerring" -> "triggering"
2023-05-09 18:02:17 +04:00
fetsorn
ebc12d6b77 aliases.nix: fix typos
"depedencies" -> "dependencies"
"maintanence" -> "maintenance"
2023-05-09 18:02:17 +04:00
fetsorn
f7811fef7a zlib: fix typo
"verion" -> "version"
2023-05-09 18:02:16 +04:00
fetsorn
84dec7a8b9 vocal: fix typo
"indepedent" -> "independent"
2023-05-09 18:02:16 +04:00
fetsorn
16bfccf49f tpacpi-bat: fix typo
"thesholds" -> "thresholds"
2023-05-09 18:02:16 +04:00
fetsorn
2fe24d5984 tinywm: fix typo
"manger" -> "manager"
2023-05-09 18:02:16 +04:00
fetsorn
90e71a48ee statik: fix typo
"embeded" -> "embedded"
2023-05-09 18:02:16 +04:00
fetsorn
6ce732d86f spice-gtk: fix typo
"reqires" -> "requires"
2023-05-09 18:02:16 +04:00
fetsorn
f14fbf0278 siesta: fix typos
"manualy" -> "manually"
"becuase" -> "because"
2023-05-09 18:02:16 +04:00
Alyssa Ross
a295c4566e
stdenv: fix inputDerivation with passAsFile
passAsFile passes the values of Nix bindings to the builder as
files, so if those values contained references, they wouldn't end up
in the inputDerivation output.  To fix that, append the contents of
every such passed file to the output.

We only have shell builtins in this derivation, so we can't use cat.
The only way I know of appending the contents of one file to another
using only shell builtins is as I've done here, but it requires
putting the contents of the file on echo's argv.  This might end up
causing problems with large files.  Regardless, I think we should try
this, as a failure is better than silently producing an incorrect
result like the previous behavior.
2023-05-09 14:00:57 +00:00
Anurag
89e0942c56
kubectl-gadget: 0.15.0 -> 0.16.0 2023-05-09 18:57:14 +05:30
06kellyjac
6b78c0b80e k3d: add notice of rename in release notes 2023-05-09 14:22:59 +01:00
IndeedNotJames
260ddac146
nixosTests.wiki-js: fix test on i686-linux
Fail pattern:
1. Unsuspecting `qemu-kvm` notice:
```
server # qemu-kvm: at most 2047 MB RAM can be simulated
```

2. Hard fail
```
    self.shell.send(out_command.encode())
BrokenPipeError: [Errno 32] Broken pipe
```

(Took me a while to consider those lines are related)
2023-05-09 15:22:35 +02:00
IndeedNotJames
0cbeb283cf
nixosTests.gitea,nixosTests.forgejo: fix test on i686-linux
Fail pattern:
1. Unsuspecting `qemu-kvm` notice:
```
server # qemu-kvm: at most 2047 MB RAM can be simulated
```

2. Hard fail
```
    self.shell.send(out_command.encode())
BrokenPipeError: [Errno 32] Broken pipe
```

(Took me a while to consider those lines are related)
2023-05-09 15:21:53 +02:00
06kellyjac
d5d0f0547d k3d: update pname to k3d 2023-05-09 14:21:35 +01:00
06kellyjac
c69ca316dc k3d: rename kube3d to k3d now that attr is free
This takes the place of the old k3d which was the 3d editor k-3d
2023-05-09 14:21:35 +01:00
Pascal Bach
d7bbeedaac
cryptomator: 1.6.14 -> 1.8.0 (#200590)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-05-09 15:10:34 +02:00
Nick Cao
b9ac35df44
Merge pull request #224075 from Djabx/upgrade-kustomize
kustomize: 4.5.4 -> 5.0.2
2023-05-09 21:05:22 +08:00
Martin Weinelt
558b23afe3
Merge pull request #230844 from pennae/mosquitto-test-fix
nixos/mosquitto: use networkd for tests
2023-05-09 14:57:30 +02:00
Martin Weinelt
dc2f9771e4
python310Packages.bluetooth-adapters: 0.15.3 -> 0.15.4
https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.15.4/CHANGELOG.md
2023-05-09 14:45:03 +02:00
Martin Weinelt
c9b3b5b387
Merge pull request #230797 from natsukium/docker-compose-language-service/node18
docker-compose-language-service: use nodejs default
2023-05-09 14:39:45 +02:00
Martin Weinelt
35a73717df
Merge pull request #218599 from Izorkin/update-peertube
peertube: 5.0.0 -> 5.1.0
2023-05-09 14:37:44 +02:00
Ryan Lahfa
57d1b6f0cc
Merge pull request #228106 from astro/rust-hypervisor-firmware
rust-hypervisor-firmware: fix build
2023-05-09 14:32:45 +02:00
R. Ryantm
beb537835a python310Packages.robotframework-seleniumlibrary: 6.0.0 -> 6.1.0 2023-05-09 12:26:41 +00:00
Sandro
e840c93ea7
Merge pull request #230762 from mweinelt/ipu6-drivers-6.3 2023-05-09 13:21:49 +02:00
Martin Weinelt
45f6fac6a1
Merge pull request #230856 from mweinelt/pymumble-rollback
python310Packages.pymumble: 1.7 -> 1.6.1
2023-05-09 13:21:39 +02:00
Martin Weinelt
fa14a7edcd
Merge pull request #230627 from Ma27/fix-dlib-py311
python311.pkgs.dlib: fix build
2023-05-09 13:21:16 +02:00
Rémi NICOLE
6810db9123
gnvim: 0.1.6 -> 0.3.1 (#204082) 2023-05-09 13:16:59 +02:00
ajs124
ae9c464f31
Merge pull request #230822 from helsinki-systems/fix/mariadb-i686-tests
nixos/mariadb: Fix test on i686
2023-05-09 13:16:39 +02:00
Thiago Kenji Okada
86ec0ce437
Merge pull request #230791 from mweinelt/maxcube-api-disable-311
python311Packages.maxcube-api: disable
2023-05-09 12:11:38 +01:00
Thiago Kenji Okada
aeb1c00929
Merge pull request #230795 from mweinelt/rtmidi-disable-311
python311Packages.python-rtmidi: disable
2023-05-09 12:10:34 +01:00
Jacek Galowicz
b7dfa5082a
Merge pull request #228220 from R-VdP/test_driver_guest_shell_timeout
nixos-test-driver: include a timeout for the recv call, do not assume sh == bash
2023-05-09 13:05:28 +02:00
Azat Bahawi
b3ca04a48a
gsl-lite: fix tests 2023-05-09 13:51:34 +03:00
Thiago Kenji Okada
31de1264ab
Merge pull request #230605 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 2023.04.19-12.43.29 -> 2023.05.04-19.38.01
2023-05-09 11:26:27 +01:00
Florian Klink
6c9bef6b0f
Merge pull request #230777 from nikstur/systemd-repart-definitions-in-initrd
systemd-repart definitions in initrd
2023-05-09 13:24:04 +03:00
Martin Weinelt
64c346bcf2
python310Packages.pymumble: 1.7 -> 1.6.1
The 1.7 release was yanked, because the protobuf files were not
regenerated, which makes it unusuable.

Unbreaks the botamusique test.
2023-05-09 12:23:10 +02:00
github-actions[bot]
9cecdd0719 terraform-providers.newrelic: 3.21.3 -> 3.22.0 2023-05-09 20:20:47 +10:00