index
:
nix
master
a nixosConfigurations collective
Mark Nipper
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkgs
/
default.nix
blob: 48a0059301fe6e1fdf59f6defca27ab88afcf8c0 (
plain
)
1
2
3
pkgs
:
{
sdrconnect
=
pkgs
.
callPackage
./sdrconnect
{
};
}