common.nix: install python globally (it is needed for the new version of the firmware script)

This commit is contained in:
kekrby 2022-10-14 22:17:09 +03:00
parent 6670430f1c
commit b965172dd4

View file

@ -12,5 +12,6 @@
environment.systemPackages = with pkgs; [
git
python3
];
}