diff --git a/nt/primitives/examples/maybe.nix b/examples/maybe.nix similarity index 97% rename from nt/primitives/examples/maybe.nix rename to examples/maybe.nix index edccf34..49ebec3 100644 --- a/nt/primitives/examples/maybe.nix +++ b/examples/maybe.nix @@ -1,6 +1,6 @@ -{this, ...}: let +{nt, ...}: let inherit - (this) + (nt.util) ntTrapdoorKey ntDynamicTrapdoorKey mkTrapdoorFn diff --git a/nt/primitives/examples/rose.nix b/examples/rose.nix similarity index 100% rename from nt/primitives/examples/rose.nix rename to examples/rose.nix