From 953242afa94206b0e153a43fba3a96094937e594 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 25 Apr 2018 16:23:31 +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 99840513..2cfd74cc 100644 --- a/users/gkleen@odin.nix +++ b/users/gkleen@odin.nix @@ -1,5 +1,5 @@ { packageOverrides = pkgs: { strm = pkgs.callPackage ../odin/strm.nix {}; - }; + } // (import ../utils/nix/default.nix) pkgs (import {}); } -- cgit v1.2.3