Commit Graph
291858 Commits
Author SHA1 Message Date
R. RyanTM 43551fc19e armadillo: 10.4.1 -> 10.5.0 2021-05-23 14:53:19 +00:00
Bruno BELANYIandMatthieu Coudron 19c3849b71 caffeine-ng: set 'meta.mainProgram'
This allows doing `nix run nixpkgs#caffeine-ng`.
2021-05-23 14:21:47 +02:00
Guillaume GirolandGitHub d7555732bc Merge pull request #123902 from hyperfekt/mount-pstore-quiet
nixos/filesystems: condition mount-pstore.service on unmounted /sys/fs/pstore
2021-05-23 12:18:14 +00:00
Domen KožarandGitHub dce902b14f Merge pull request #124143 from NixOS/readme
README: point to Matrix
2021-05-23 14:17:32 +02:00
Arijit BasuandMatthieu Coudron 9a6abff3de xplr: 0.9.1 -> 0.10.1 2021-05-23 14:14:01 +02:00
Bruno BELANYIandMatthieu Coudron d317ed3d47 flood: set 'meta.mainProgram' 2021-05-23 14:12:33 +02:00
Fabian AffolterandGitHub 7992c7e9c9 Merge pull request #124123 from r-ryantm/auto-update/gdu
gdu: 4.11.2 -> 5.0.0
2021-05-23 13:52:37 +02:00
Graham ChristensenandGitHub 499952f44e README: just IRC, not "other channels" 2021-05-23 07:52:00 -04:00
Graham ChristensenandGitHub f2a4f72ba3 README: point to Matrix
Users are seeing the information to Freenode, which is
probably the least correct option now. RFC94 isn't accepted
yet, and we can update this README as soon as immediately
if something changes.
2021-05-23 07:48:51 -04:00
Robert Helgesson cd8ba9f175 trash-cli: 0.21.5.11 -> 0.21.5.22 2021-05-23 13:45:23 +02:00
Robert SchützandGitHub dfc658fd2e Merge pull request #124068 from risicle/ris-igraph-arpack-darwin-blas-paths
igraph,arpack: correct libblas.dylib's path on darwin, fixing python3Packages.python-igraph
2021-05-23 13:12:11 +02:00
Kim LindbergerandGitHub 58108007a7 Merge pull request #124075 from jtojnar/php-iconv-errno
php74.extensions.iconv: fix error signalling
2021-05-23 13:07:42 +02:00
Florian KlinkandGitHub ac078761ce Merge pull request #124078 from flokli/qtwebengine-conditional-pipewire
qtwebengine: only set -webengine-webrtc-pipewire with qt >= 5.15
2021-05-23 12:36:28 +02:00
R. RyanTM 1801c4f7f0 gdu: 4.11.2 -> 5.0.0 2021-05-23 10:06:15 +00:00
Fabian AffolterandGitHub bda6a9c4af Merge pull request #123327 from fabaff/bump-croniter
python3Packages.croniter: 1.0.9 -> 1.0.13
2021-05-23 12:00:11 +02:00
Fabian AffolterandGitHub 335c18ed8a Merge pull request #124001 from fabaff/bump-pur
python3Packages.pur: 5.4.0 -> 5.4.1
2021-05-23 11:59:36 +02:00
Pavol RusnakandGitHub 4753aa8371 Merge pull request #116168 from prusnak/cocotb
python3Packages.cocotb: 1.5.1 -> 1.5.2
2021-05-23 11:37:26 +02:00
Fabian AffolterandGitHub 5478c845c0 Merge pull request #124107 from r-ryantm/auto-update/bettercap
bettercap: 2.31.0 -> 2.31.1
2021-05-23 11:23:44 +02:00
Emery Hemingway bf2d30dced hottext: init at 1.3 2021-05-23 10:49:18 +02:00
Daniël de KokandGitHub 0e6368c0d0 Merge pull request #122565 from danieldk/tensorflow-2.4.1
python3Packages.tensorflow: 2.4.0 -> 2.4.1
2021-05-23 10:46:53 +02:00
R. RyanTMandRaphael Megzari 1f5baa4bf8 erlang: 23.3.4 -> 23.3.4.1 2021-05-23 16:47:31 +09:00
R. RyanTM 38c36d61a3 bettercap: 2.31.0 -> 2.31.1 2021-05-23 06:38:14 +00:00
Vladimír Čunát 29f57e4752 Merge #123133: curlftpfs: fix sandboxed builds on darwin 2021-05-23 08:17:05 +02:00
Maciej KrügerandGitHub d6af82e693 Merge pull request #124089 from r-ryantm/auto-update/libavif 2021-05-23 08:02:20 +02:00
Jan TojnarandGitHub 7127313c4a Merge pull request #124057 from jtojnar/sublime4
sublime4: init at 4107
2021-05-23 07:10:32 +02:00
Samuel Dionne-RielandJonathan Ringer 20b023b5ea iso-image: Improve disk detection
This should help in rare hardware-specific situations where the root is
not automatically detected properly.

We search using a marker file. This should help some weird UEFI setups
where the root is set to `(hd0,msdos2)` by default.

Defaulting to `(hd0)` by looking for the ESP **will break themeing**. It
is unclear why, but files in `(hd0,msdos2)` are not all present as they
should be.

This also fixes an issue introduced with cb5c4fcd3c
where rEFInd stopped booting in many cases. This is because it ended up
using (hd0) rather than using the `search` which was happening
beforehand, which in turn uses (hd0,msdos2), which is the ESP.
Putting back the `search` here fixes that.
2021-05-22 20:04:05 -07:00
Samuel Dionne-RielandJonathan Ringer c9bb054dd6 iso-image: unqualified root → ($root)
This technically changes nothing. In practice `$root` is always the
"CWD", whether searched for automatically or not.

But this serves to announce we are relying on `$root`... I guess...
2021-05-22 20:04:05 -07:00
Samuel Dionne-RielandJonathan Ringer 15eaed0718 iso-image: change date on all files
It may be that in some conditions dates earlier than 1980 on FAT on GRUB
2.06~ish will cause failures

https://github.com/NixOS/nixpkgs/issues/123376#issuecomment-845515035
2021-05-22 20:04:05 -07:00
Samuel Dionne-RielandJonathan Ringer f93f0e72e9 iso-image: Force gfxmode
https://www.gnu.org/software/grub/manual/grub/html_node/gfxmode.html
2021-05-22 20:04:05 -07:00
Mario RodasandGitHub b889a3f7a0 Merge pull request #124022 from r-ryantm/auto-update/eksctl
eksctl: 0.48.0 -> 0.51.0
2021-05-22 20:51:17 -05:00
Mario RodasandGitHub ba7b3b3ddb Merge pull request #123976 from r-ryantm/auto-update/jackett
jackett: 0.18.95 -> 0.18.98
2021-05-22 20:48:13 -05:00
Jonathan RingerandGitHub d9de79194a Merge pull request #123279 from NixOS/staging-next
Staging next
2021-05-22 18:46:35 -07:00
Mario RodasandGitHub c9fd31e591 Merge pull request #123988 from r-ryantm/auto-update/actor-framework
caf: 0.18.1 -> 0.18.3
2021-05-22 20:40:41 -05:00
Jonathan Ringer 11a9ac00fc Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/tools/networking/xh/default.nix
2021-05-22 18:19:10 -07:00
Ryan MulliganandJonathan Ringer 6543c61311 nixos/doc: add 21.11 release notes stub 2021-05-22 18:14:49 -07:00
Ryan MulliganandJonathan Ringer 7501467903 nixos/doc: convert "Contributing to this manual" to CommonMark
Also updates it to mention running md-to-db.sh.
2021-05-22 18:14:49 -07:00
Ryan MulliganandJonathan Ringer a67febac45 CODEOWNERS: add ryantm to /nixos/doc 2021-05-22 18:14:49 -07:00
Ryan MulliganandJonathan Ringer 6c14851943 nixos/doc: add md-to-db.sh, convert "Building Your Own NixOS CD" to CommonMark 2021-05-22 18:14:49 -07:00
Jonathan RingerandJonathan Ringer ff1ded3e20 21.11 is Porcupine! 2021-05-22 18:14:06 -07:00
R. RyanTM b5251f59ad libavif: 0.9.0 -> 0.9.1 2021-05-23 01:13:01 +00:00
SandroandGitHub 900115a4f7 Merge pull request #124038 from r-ryantm/auto-update/glibmm
glibmm_2_68: 2.68.0 -> 2.68.1
2021-05-23 02:05:53 +02:00
SandroandGitHub ad4b24a802 Merge pull request #123684 from netcrns/netcrns/bunyan 2021-05-23 02:03:14 +02:00
Martin WeineltandGitHub 84f649f693 Merge pull request #121626 from mweinelt/botamusique 2021-05-23 02:02:09 +02:00
SandroandGitHub 3ac63fbb09 Merge pull request #123425 from erictapen/osrm-backend-5.25.0 2021-05-23 02:00:08 +02:00
SandroandGitHub 037b7e2834 Merge pull request #123387 from bjornfor/update-whipper 2021-05-23 01:59:16 +02:00
Kim LindbergerandGitHub 1693374dbd synergy: 1.11.1 -> 1.13.1.41 (#123359) 2021-05-23 01:55:42 +02:00
Robert ScottandGitHub 117a632169 Merge pull request #123987 from LeSuisse/htmldoc-1.9.12
htmldoc: 1.9.11 -> 1.9.12
2021-05-23 00:49:23 +01:00
Fabian AffolterandJonathan Ringer 31601a5977 python3Packages.aiohomekit: 0.2.61 -> 0.2.62 2021-05-22 16:40:07 -07:00
R. RyanTMandJonathan Ringer bd441a1339 liblinphone: 4.5.15 -> 4.5.17 2021-05-22 16:37:13 -07:00
Martin Weinelt bafd6631da python3Packages.pymumble: 1.6 -> 1.6.1 2021-05-23 01:01:52 +02:00