Skip to content

Instantly share code, notes, and snippets.

@LnL7
Last active December 15, 2016 09:39
Show Gist options
  • Save LnL7/0dab217cd556ed6a563968477c25aee7 to your computer and use it in GitHub Desktop.
Save LnL7/0dab217cd556ed6a563968477c25aee7 to your computer and use it in GitHub Desktop.
{ pkgs ? import <nixpkgs> {} }:
pkgs.runCommand "foo" {} ''
mkdir -p $out/bin
cp ${./setup.sh} $out/bin/run-setup
''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment