Skip to content

Instantly share code, notes, and snippets.

@ocharles
Created May 18, 2017 11:25
Show Gist options
  • Save ocharles/8e2dc3dbc3136ccded6b05a7c66d5eaf to your computer and use it in GitHub Desktop.
Save ocharles/8e2dc3dbc3136ccded6b05a7c66d5eaf to your computer and use it in GitHub Desktop.
nix-repl> (import ./nixpkgs.nix).nixpkgs.haskellPackages.rel8
«derivation /nix/store/b06kr3sika5blg27hblz7kf74d8pmy37-rel8-0.1.0.0.drv»
nix-repl> ((import ./nixpkgs.nix).nixpkgs.haskellPackages.override { overrides = self: super: { rel8-2 = super.rel8; }; }).rel8-2
error: attribute ‘rel8’ missing, at (string):1:96
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment