update flake

This commit is contained in:
Denis Lehmann 2021-07-02 00:59:16 +02:00
parent 9daa95b523
commit b9b3f6ee48
2 changed files with 11 additions and 11 deletions

View file

@ -43,11 +43,12 @@
buildInputs = with pkgs; [
python3
python3Packages.pip
python3Packages.virtualenv
python3Packages.colour
python3Packages.openrazer
python3Packages.pip
python3Packages.setuptools
python3Packages.toml
python3Packages.virtualenv
];
};