From 37c9075875c4d1c1466465afd5e2c3ea1cc50325 Mon Sep 17 00:00:00 2001 From: Dan Baker Date: Tue, 31 Jan 2023 13:34:21 -0800 Subject: [PATCH] Updated flake template to point to new repo name. (#420) --- template/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/flake.nix b/template/flake.nix index 5557f2d3..f50c8706 100644 --- a/template/flake.nix +++ b/template/flake.nix @@ -12,7 +12,7 @@ inputs.flake-compat.flake = false; inputs.flake-utils.url = "github:numtide/flake-utils"; inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - inputs.jupyenv.url = "github:tweag/jupyterWith"; + inputs.jupyenv.url = "github:tweag/jupyenv"; outputs = { self,