Skip to content

Instantly share code, notes, and snippets.

@BenSchZA
Created July 27, 2020 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save BenSchZA/2cae2d7ef3d1da125e519db5fc92e4a6 to your computer and use it in GitHub Desktop.
Save BenSchZA/2cae2d7ef3d1da125e519db5fc92e4a6 to your computer and use it in GitHub Desktop.
Import attributes from Nix derivation
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