aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/default.nix
blob: d1a654981c857526c467765852bacf03e5e6bfc2 (plain)
1
2
3
4
5
# You can build these directly using 'nix build .#example'

{ pkgs ? import <nixpkgs> { } }: rec {
  sdrconnect = pkgs.callPackage ./sdrconnect { };
}