Skip to content

Instantly share code, notes, and snippets.

@spacekitteh
Created March 8, 2017 01:16
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 spacekitteh/1ada1ff3cded1caab8811ace463afaa0 to your computer and use it in GitHub Desktop.
Save spacekitteh/1ada1ff3cded1caab8811ace463afaa0 to your computer and use it in GitHub Desktop.
trying to figure out nix shell
{ pkgs ? import <nixpkgs> {}, pkgs_i686 ? pkgs.pkgsi686Linux }:
{
myGit = pkgs.git.overrideDerivation (attrs: {
src = ./.;
withManual = false;
guiSupport = false;
tcl=null;
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment