add todo item
This commit is contained in:
parent
5f755c1e32
commit
768d43b08d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-my-packages.yml
vendored
2
.github/workflows/test-my-packages.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-24.04
|
||||
strategy:
|
||||
matrix:
|
||||
nixpkgs: [nixos-unstable, nixpkgs-unstable, master]
|
||||
nixpkgs: [nixos-unstable, nixpkgs-unstable, master] # TODO: add stable branch once they are available
|
||||
# platform: [x86_64-linux, aarch64-linux] #TODO: add aarch64-linux
|
||||
myPackages: # TODO automate this list
|
||||
- python313Packages.runstats
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue