Skip to content

Instantly share code, notes, and snippets.

@dtzWill
Created March 22, 2018 17:08
Show Gist options
  • Save dtzWill/0aa8821f53c358a5c4b61a334ff9e953 to your computer and use it in GitHub Desktop.
Save dtzWill/0aa8821f53c358a5c4b61a334ff9e953 to your computer and use it in GitHub Desktop.
let
nix_src = fetchGit https://github.com/NixOS/nix;
nix_release = import (nix_src + "/release.nix") {
nix = nix_src;
nixpkgs = <nixpkgs>;
};
in
nix_release.build.x86_64-linux # // { perl-bindings = nix_release.perlBindings.x86_64-linux; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment