adjust to nixos 21.05
This commit is contained in:
parent
454aa6e386
commit
1242a8e215
14 changed files with 145 additions and 173 deletions
|
@ -86,7 +86,8 @@ in rec {
|
|||
mfcl3770cdw = pkgs.callPackage ../pkgs/mfcl3770cdw.nix {};
|
||||
staruml = pkgs.callPackage ../pkgs/staruml.nix { inherit (pkgs.gnome2) GConf; libgcrypt = pkgs.libgcrypt_1_5; };
|
||||
|
||||
myPython = pkgs.python37Full.withPackages (ps: with ps; [
|
||||
pythonPackages = pkgs.python38Packages;
|
||||
myPython = pkgs.python38Full.withPackages (ps: with ps; [
|
||||
pep8 yapf flake8
|
||||
# autopep8 (broken)
|
||||
# pylint (broken)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue