From e617b2e86356f9418994ee8c720e54e9eed630d2 Mon Sep 17 00:00:00 2001 From: devhell Date: Fri, 1 Nov 2019 10:21:53 +0000 Subject: profiles/packages: Override john with python 3 I need john after all right now. This work-around was contributed, as usual, by the venerable @aszlig. --- modules/user/devhell/profiles/packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/user/devhell/profiles/packages.nix b/modules/user/devhell/profiles/packages.nix index 76194d47..95e67aba 100644 --- a/modules/user/devhell/profiles/packages.nix +++ b/modules/user/devhell/profiles/packages.nix @@ -141,7 +141,7 @@ in { iptraf-ng ipv6calc jfsutils - #john + (john.override { pythonPackages = python3Packages; }) jwhois keepassxc keybase -- cgit 1.4.1