Skip to content

Commit b965172

Browse files
committed
common.nix: install python globally (it is needed for the new version of the firmware script)
1 parent 6670430 commit b965172

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/common.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212

1313
environment.systemPackages = with pkgs; [
1414
git
15+
python3
1516
];
1617
}

0 commit comments

Comments
 (0)