Without this, the kernel would generate a random one for us which obviously
isn't reproducible.
`nix-build -A linux --check` succeeds now!
(Tested at different times with different kernel)
@poettering decided we only need a limited number of inodes in our /tmp,
so why not limit that for every systemd user? That makes medium-sized nix
builds impossible so this commit restores the old behaviour which is the
kernel default of half the number of physical RAM pages which does not
seem too unreasonable to me.
This reverts commit 4b7d9dc86800fa7b861f47ae0e6e3a8f097f9ce7.
The KDE project has changed their source index pages so that the links to
package metadata files are generated by JavaScript after the page loads. As a
result, wget is no longer able to recursively fetch the package metadata
automatically.
ShellHub is a modern SSH server for remotely accessing Linux devices via
command line (using any SSH client) or web-based user interface,
designed as an alternative to _sshd_.
Think ShellHub as centralized SSH for the the edge and cloud computing.
More information about the project in:
- https://shellhub.io
- https://github.com/shellhub-io/shellhub
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
The commit in question just fixes a swapped entry in
maintainers-list.nix and given the email reply from @cab404 (which is
also the affected maintainer record) of "ooof, LGTM", I'd consider the
pull request as accepted.
krb5-config from the host platform needs to be added to PATH so it can be run
during build. This works because krb5-config is a platform independent
shell-script. Before #100906, krb5-config was not used, so we didn't run into
this problem.
When adding key information for my own GPG keys, I did a small check via
"mapAttrs (_: a: a.keys) (filterAttrs (_: a: a ? keys) maintainers)" and
quickly found this entry, which for some reason swapped the longkeyid
and fingerprint attributes.
Cc: @cab404
Signed-off-by: aszlig <aszlig@nix.build>