use niv and add device elias-e525

This commit is contained in:
steveej 2022-01-15 20:34:30 +01:00
parent 8fd7ece12c
commit 2e74a2172c
22 changed files with 572 additions and 20 deletions

View file

@ -87,8 +87,8 @@ in rec {
mfcl3770cdw = pkgs.callPackage ../pkgs/mfcl3770cdw.nix {};
staruml = pkgs.callPackage ../pkgs/staruml.nix { inherit (pkgs.gnome2) GConf; libgcrypt = pkgs.libgcrypt_1_5; };
pythonPackages = pkgs.python38Packages;
myPython = pkgs.python38Full.withPackages (ps: with ps; [
pythonPackages = myPython;
myPython = pkgs.python39.withPackages (ps: with ps; [
pep8 yapf flake8
# autopep8 (broken)
# pylint (broken)