add update script for kernel

This commit is contained in:
Adam Stephens 2024-06-25 14:45:14 -04:00
parent 4ea1f591bc
commit 4f3bbdaeca
No known key found for this signature in database
2 changed files with 60 additions and 0 deletions

View file

@ -28,6 +28,11 @@
pkgs.cachix
pkgs.jq
pkgs.just
(pkgs.python3.withPackages (py: [
py.PyGithub
py.packaging
]))
pkgs.pyright
];
};
};