From 53bc65d9103fefdaec860a9408aaac0726b37bc5 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 4 Mar 2024 10:25:23 +0300 Subject: [PATCH] Add lib to repl --- flake.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 593455c..e206b59 100644 --- a/flake.nix +++ b/flake.nix @@ -29,10 +29,9 @@ else "<${name}>"; in { inherit (escapix) raw; + inherit lib; - call = builtins.scopedImport (self // { - inherit lib; - }); + call = builtins.scopedImport self; withDoctype = body: "${body}";