Skip to content

Commit

Permalink
chore: Add shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
drager committed May 25, 2019
1 parent 987ba79 commit 4bde762
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eval "$(lorri direnv)"
8 changes: 8 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
with import <nixpkgs> {};

stdenv.mkDerivation {
name = "dart";
buildInputs = [
dart_stable
];
}

0 comments on commit 4bde762

Please sign in to comment.