Skip to content

Commit 40aa8f4

Browse files
expose ntpd-rs (#288)
Co-authored-by: Cleeyv <[email protected]>
1 parent 6fa0891 commit 40aa8f4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

projects/ntpd-rs/default.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
pkgs,
3+
lib,
4+
sources,
5+
} @ args: {
6+
packages = {inherit (pkgs) ntpd-rs;};
7+
nixos = {
8+
modules.services.ntpd-rs = "${sources.inputs.nixpkgs}/nixos/modules/services/networking/ntp/ntpd-rs.nix";
9+
};
10+
}

0 commit comments

Comments
 (0)