Skip to content

Instantly share code, notes, and snippets.

@pandaman64
Created April 1, 2018 05:25
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 pandaman64/915496dd447b3ff8820fb220f8212b19 to your computer and use it in GitHub Desktop.
Save pandaman64/915496dd447b3ff8820fb220f8212b19 to your computer and use it in GitHub Desktop.
with (import <nixpkgs> {});
{
allowUnfree = true;
packageOverrides = pkgs: with pkgs; {
userPackages = buildEnv {
inherit ((import <nixpkgs/nixos> {}).config.system.path)
pathsToLink ignoreCollisions postBuild;
extraOutputsToInstall = [ "man" ];
name = "user-packages";
paths = [
firefox
chromium
slack
spectacle
virtualbox
nixUnstable
rustc
cargo
];
};
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment