From 49f92c3d1f5924d52c0bc2dbdcc27219cd7349b0 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Tue, 21 May 2024 11:22:51 -0400 Subject: [PATCH] OK, spell the name right. --- modules/common/programming/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/programming/default.nix b/modules/common/programming/default.nix index 807e6d3..23dc3c6 100644 --- a/modules/common/programming/default.nix +++ b/modules/common/programming/default.nix @@ -2,7 +2,7 @@ { imports = [ ./nixpkgs-fmt.nix - ./python3.nix + ./python.nix ./vscode.nix ]; }