Skip to content

Instantly share code, notes, and snippets.

@grahamc
Created January 14, 2017 14:49
Show Gist options
  • Save grahamc/47356829f2ba777bf440fa0e190cab7a to your computer and use it in GitHub Desktop.
Save grahamc/47356829f2ba777bf440fa0e190cab7a to your computer and use it in GitHub Desktop.
let
pkgs = import <nixpkgs> {};
in pkgs.stdenv.mkDerivation {
name = "my-example-env";
src = ./.;
buildInputs = with pkgs; [
ncurses
pkgconfig
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment