From 0b7bf6205fa36e48c597bce55a65820d81cbeaec Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 4 Mar 2024 18:55:18 +0100 Subject: init mollysocket package, module, and deploy it on flora with thanks to networkException, who wrote the initial nix package. --- pkgs/overlay.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/overlay.nix') diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix index 6e654b3..f38e7e0 100644 --- a/pkgs/overlay.nix +++ b/pkgs/overlay.nix @@ -183,4 +183,6 @@ in cp Tangled/inweb $out/bin ''; }) {}; + + mollysocket = self.callPackage ./mollysocket.nix { }; } -- cgit v1.2.3