diff options
author | tilpner | 2019-05-03 14:40:42 +0200 |
---|---|---|
committer | tilpner | 2019-05-03 14:40:42 +0200 |
commit | 730988ce383442d08691249807e5dc9cd7507206 (patch) | |
tree | 0d3ad7a45e3d9e52116122c590a5f882248feae5 | |
parent | f9853a504058ed89f8227f0f8bfd18c08df330f6 (diff) | |
download | rpb-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.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ with import <nixpkgs> {}; mkShell { - inherit (import ./. {}) buildInputs nativeBuildInputs; + inherit (import ./default.nix {}) buildInputs nativeBuildInputs; } |