diff options
author | Alan Pearce | 2023-03-19 11:50:08 +0100 |
---|---|---|
committer | Alan Pearce | 2023-03-19 11:50:08 +0100 |
commit | ef29b7f4c6c6f453c236531d39843b53af1ac08f (patch) | |
tree | 0131f91dc8bc9917d49f6774d893246dc5aa35b0 /user/settings/development | |
parent | 4bdce0e16b6f5419fb5b63e3fa663b447b5af231 (diff) | |
download | nixfiles-ef29b7f4c6c6f453c236531d39843b53af1ac08f.tar.lz nixfiles-ef29b7f4c6c6f453c236531d39843b53af1ac08f.tar.zst nixfiles-ef29b7f4c6c6f453c236531d39843b53af1ac08f.zip |
javascript: remove insecure python 2
Diffstat (limited to 'user/settings/development')
-rw-r--r-- | user/settings/development/javascript.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/user/settings/development/javascript.nix b/user/settings/development/javascript.nix index 6421c8b3..56057220 100644 --- a/user/settings/development/javascript.nix +++ b/user/settings/development/javascript.nix @@ -27,7 +27,6 @@ in binutils gnumake gcc - python2 ] )) ++ (with pkgs.nodePackages; [ |