1 2 3 4 5
# You can build these directly using 'nix build .#example' { pkgs ? import <nixpkgs> { } }: rec { sdrconnect = pkgs.callPackage ./sdrconnect { }; }