index
:
fw-manager
master
nix utilities for building and flashing firmware to various devices
Chris Wells
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
devices
/
pinecil
/
default.nix
blob: 7f5d13de7ea7251645c61c28ea2ea7b33349ac58 (
plain
)
1
2
3
4
5
{
perSystem
=
{
...
}:
{
imports
=
[
./pinecil.nix
];
};
}