From f203414b019f95af5b4a9391f1f9962a937e60c0 Mon Sep 17 00:00:00 2001 From: Naoki Pross Date: Sun, 24 Oct 2021 15:45:03 +0200 Subject: Create nix overlay for gnuradio --- src/shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shell.nix') diff --git a/src/shell.nix b/src/shell.nix index edb49a5..b6351e8 100644 --- a/src/shell.nix +++ b/src/shell.nix @@ -1,7 +1,7 @@ # vim: set ts=2 sw=2 et: -with import {}; +with import { overlays = [ (import ./nix/gnuradio-overlay.nix) ]; }; let - dearpygui = callPackage ./dearpygui.nix { + dearpygui = callPackage ./nix/dearpygui.nix { buildPythonPackage = pkgs.python38Packages.buildPythonPackage; fetchPypi = pkgs.python38Packages.fetchPypi; isPy38 = pkgs.python38Packages.isPy38; -- cgit v1.2.1