From 1ad91ef406fb5abda4813ae4300e6d370e575d35 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 18 Apr 2018 15:43:27 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- users/gkleen@odin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/gkleen@odin.nix b/users/gkleen@odin.nix index d06215d1..7e5d14a4 100644 --- a/users/gkleen@odin.nix +++ b/users/gkleen@odin.nix @@ -1,5 +1,5 @@ { packageOverrides = pkgs: with pkgs; { strm = pkgs.callPackage ../odin/strm.nix {}; - }; + } // (import ../../utils/nix/default.nix pkgs); } -- cgit v1.2.3