nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

chrony: move to by-name

+1 -3
+1 -1
ci/OWNERS
··· 228 228 /pkgs/tools/misc/esphome @mweinelt 229 229 230 230 # Network Time Daemons 231 - /pkgs/tools/networking/chrony @thoughtpolice 231 + /pkgs/by-name/ch/chrony @thoughtpolice 232 232 /pkgs/tools/networking/ntp @thoughtpolice 233 233 /pkgs/tools/networking/openntpd @thoughtpolice 234 234 /nixos/modules/services/networking/ntp @thoughtpolice
pkgs/tools/networking/chrony/default.nix pkgs/by-name/ch/chrony/package.nix
pkgs/tools/networking/chrony/makefile.patch pkgs/by-name/ch/chrony/makefile.patch
-2
pkgs/top-level/all-packages.nix
··· 6269 6269 6270 6270 chkrootkit = callPackage ../tools/security/chkrootkit { }; 6271 6271 6272 - chrony = callPackage ../tools/networking/chrony { }; 6273 - 6274 6272 chunkfs = callPackage ../tools/filesystems/chunkfs { }; 6275 6273 6276 6274 chunksync = callPackage ../tools/backup/chunksync { };