Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
set up dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 10, 2019
1 parent ca337e3 commit 5c0844d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .envrc
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
use nix
export PATH="$PATH:$(pwd)/node_modules/.bin"
10 changes: 10 additions & 0 deletions shell.nix
@@ -0,0 +1,10 @@
{ ... }:
let
sources = import ./nix/sources.nix;
niv = import sources.niv { };
nixpkgs = import sources.nixpkgs { };
in with nixpkgs;
stdenv.mkDerivation {
name = "slides";
buildInputs = [ elmPackages.elm niv.niv ];
}

0 comments on commit 5c0844d

Please sign in to comment.