From 730988ce383442d08691249807e5dc9cd7507206 Mon Sep 17 00:00:00 2001 From: tilpner Date: Fri, 3 May 2019 14:40:42 +0200 Subject: shell: Use ./default.nix instead of ./. to keep lorri happy --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 03a0bee..16aa3fb 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,5 @@ with import {}; mkShell { - inherit (import ./. {}) buildInputs nativeBuildInputs; + inherit (import ./default.nix {}) buildInputs nativeBuildInputs; } -- cgit v1.2.3