Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 9, 2014 20:21
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 ryantm/caf8f0885fd1e58d550d to your computer and use it in GitHub Desktop.
Save ryantm/caf8f0885fd1e58d550d to your computer and use it in GitHub Desktop.
{ pkgs }: {
ryantmEnv = pkgs.buildEnv {
name = "ryantm";
paths = [
firefox
chromium-stable
thunderbird
];
};
}
@ryantm
Copy link
Author

ryantm commented Aug 9, 2014

error: undefined variable `firefox' at /home/ryantm/.nixpkgs/config.nix:6:5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment