Skip to content

Commit

Permalink
add stuff for testing locally
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Oct 25, 2019
1 parent d428dc5 commit f7f48b9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .envrc
@@ -0,0 +1 @@
use nix
18 changes: 18 additions & 0 deletions shell.nix
@@ -0,0 +1,18 @@
{ ... }:
let
sources = import ./nix/sources.nix;
nixpkgs = import sources.nixpkgs { };
niv = import sources.niv { };
in with nixpkgs;
stdenv.mkDerivation {
name = "dotfiles";
buildInputs = [
## meta-information for managing dotfiles
niv.niv

## sample projects
# elm
elmPackages.elm
elmPackages.elm-format
];
}

0 comments on commit f7f48b9

Please sign in to comment.