aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortilpner2019-05-03 14:40:42 +0200
committertilpner2019-05-03 14:40:42 +0200
commit730988ce383442d08691249807e5dc9cd7507206 (patch)
tree0d3ad7a45e3d9e52116122c590a5f882248feae5
parentf9853a504058ed89f8227f0f8bfd18c08df330f6 (diff)
downloadrpb-s3-730988ce383442d08691249807e5dc9cd7507206.tar.gz
rpb-s3-730988ce383442d08691249807e5dc9cd7507206.tar.xz
rpb-s3-730988ce383442d08691249807e5dc9cd7507206.zip
shell: Use ./default.nix instead of ./. to keep lorri happy
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 03a0bee..16aa3fb 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,5 +1,5 @@
with import <nixpkgs> {};
mkShell {
- inherit (import ./. {}) buildInputs nativeBuildInputs;
+ inherit (import ./default.nix {}) buildInputs nativeBuildInputs;
}