Skip to content

Instantly share code, notes, and snippets.

@adrianparvino
Created May 3, 2018 10:04
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 adrianparvino/10c1ffa72a51a631b017f2a3cdceebb8 to your computer and use it in GitHub Desktop.
Save adrianparvino/10c1ffa72a51a631b017f2a3cdceebb8 to your computer and use it in GitHub Desktop.
nixpkgs.config = {
allowUnfree = true;
environment = {...}: {
options = {
systemPackages = lib.mkOption {
apply = old: [];
};
};
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment