nixpkgs/nixos
Luke Granger-Brown f2a91ec2b7 nixos/tests/gitdaemon: deflake by using systemd-tmpfiles
git-daemon won't start up if its project directory (here /git) doesn't
exist. If we try to create it using the test harness, then we're racing
whether we manage to connect to the backdoor vs. the startup speed of
git-daemon.

Instead, use systemd-tmpfiles, which is guaranteed(?) to run before
network.target and thus before git-daemon.service starts.
2021-05-02 21:58:43 +00:00
..
doc nixos/zigbee2mqtt: convert to rfc42 style settings 2021-04-30 19:42:26 +02:00
lib treewide: use lib.warnIf where appropriate 2021-04-28 21:44:21 +00:00
maintainers amazonImage: make statically sized again 2021-05-01 02:19:42 +00:00
modules Merge pull request #121299 from Ma27/gitea-umask 2021-05-02 00:06:20 +02:00
tests nixos/tests/gitdaemon: deflake by using systemd-tmpfiles 2021-05-02 21:58:43 +00:00
COPYING
default.nix
README
release-combined.nix
release-small.nix
release.nix nixos/release: add amazonImageAutomaticSize 2021-05-01 02:43:45 +00:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
https://nixos.org/nixos and in the manual in doc/manual.