Skip to content

Instantly share code, notes, and snippets.

@infinisil
Created September 3, 2018 01:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infinisil/58c3d28566aedea4f8239057760c5b1e to your computer and use it in GitHub Desktop.
Save infinisil/58c3d28566aedea4f8239057760c5b1e to your computer and use it in GitHub Desktop.
{ pkgs ? import <nixpkgs> {}
, bar
}:
{
foo = pkgs.stdenv.mkDerivation {
name = bar;
buildInputs = with pkgs; [
hello
];
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment