aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index d1a6549..3dfcdc0 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -1,5 +1,3 @@
-# You can build these directly using 'nix build .#example'
-
-{ pkgs ? import <nixpkgs> { } }: rec {
- sdrconnect = pkgs.callPackage ./sdrconnect { };
+self: super: {
+ sdrconnect = super.callPackage ./sdrconnect { };
}