From ffc4e6a90b322ddd69b5ee5161ee0f49aa023c04 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Sat, 8 Feb 2025 23:07:08 +0100 Subject: [PATCH] Fixed typo --- shell-modules/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-modules/default.nix b/shell-modules/default.nix index d08cac4..1eaebad 100644 --- a/shell-modules/default.nix +++ b/shell-modules/default.nix @@ -2,7 +2,7 @@ let imports = [ - ./languags/python.nix + ./languages/python.nix ]; in {