Skip to content

Commit

Permalink
nix-shell environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdbrock committed Aug 14, 2020
1 parent f870c83 commit 01b3dee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# In the nix-shell environment, this derivation should provide everything
# needed for all of the Makefile targets

with import <nixpkgs> {};

stdenv.mkDerivation {
name = "hffix";
src = ./.;

buildInputs = [ boost doxygen ];
}

0 comments on commit 01b3dee

Please sign in to comment.