Created
July 27, 2020 07:39
-
-
Save BenSchZA/2cae2d7ef3d1da125e519db5fc92e4a6 to your computer and use it in GitHub Desktop.
Import attributes from Nix derivation
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
let | |
default = import ./default.nix {}; | |
pkgs = default.pkgs; | |
python = default.python; | |
pythonPackages = default.pythonPackages; | |
in { | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment