Created
May 3, 2018 10:04
-
-
Save adrianparvino/10c1ffa72a51a631b017f2a3cdceebb8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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