From c20d421c6d8ad5a7971a074aec1dab84aa594d34 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Sun, 25 Jan 2026 13:09:53 +1000 Subject: [PATCH] haha funni --- flake.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 706358a..8b22a16 100644 --- a/flake.nix +++ b/flake.nix @@ -2,10 +2,13 @@ description = "NixTypes (nt)"; outputs = _: let - # nt depends on the mix subsystem for bootstrapping, - # we can fake its dependency on this mwahahahah + # Step 1: Bootstrap and blast off (*zooommmmm whoooosshhhhh pppppeeeeeeewww*) bootstrap = import ./nt/primitives/bootstrap; + # Step 2: Lie to Mix about its real identity (it's not ready for the truth...) mix = import ./nt/primitives/mix {this = bootstrap;}; in + # Step 3: Actually import NixTypes import ./nt {inherit mix;}; + + # Step 4: Like and subscripe!!1!11!!!!! }