Skip to content

Instantly share code, notes, and snippets.

@samueldr
Created July 31, 2018 02:12
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 samueldr/a8a0dfe08932fd12fc12c30b78dfc55b to your computer and use it in GitHub Desktop.
Save samueldr/a8a0dfe08932fd12fc12c30b78dfc55b to your computer and use it in GitHub Desktop.
{
pkgs ? (import <nixpkgs> {})
}:
pkgs.mkShell {
buildInputs = with pkgs; [
hello
];
shellHook = ''
export PS1="C:\> "
'';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment