From 4242d81ad170063659e18bd7f31c1a08f4b37597 Mon Sep 17 00:00:00 2001 From: Sam Lehman <134539022+lehmanator@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:11:10 -0400 Subject: [PATCH] Fix `jupyenv` typo in `src/flakeOutputs.nix` --- src/flakeOutputs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flakeOutputs.nix b/src/flakeOutputs.nix index 7f64c92..8d7aa29 100644 --- a/src/flakeOutputs.nix +++ b/src/flakeOutputs.nix @@ -40,7 +40,7 @@ in }).exports.default; units = { - inherit (outputs) configs std jupenv; + inherit (outputs) configs std jupyenv; nixos = { inherit (outputs)