From 6f469cdad733a2ded6dc35fe2f9769a774b8f0ca Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Sat, 24 Jan 2026 23:18:35 +1000 Subject: [PATCH] move examples to root --- {nt/primitives/examples => examples}/maybe.nix | 4 ++-- {nt/primitives/examples => examples}/rose.nix | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename {nt/primitives/examples => examples}/maybe.nix (97%) rename {nt/primitives/examples => examples}/rose.nix (100%) 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