Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created January 31, 2018 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleverca22/47347dbd8e35168196930b9756578eae to your computer and use it in GitHub Desktop.
Save cleverca22/47347dbd8e35168196930b9756578eae to your computer and use it in GitHub Desktop.
[clever@amd-nixos:~/apps/nixpkgs/pkgs/applications/editors/vim]$ nix-build -E 'with import <nixpkgs> { config = { vim.python = true; }; }; vim_configurable'
/nix/store/0m2f3nm2xfd0c6r8c0gyjg4vr0wysxvy-vim_configurable-8.0.1257
[clever@amd-nixos:~/apps/nixpkgs/pkgs/applications/editors/vim]$ nix-build -E 'with import <nixpkgs> { config = {}; }; vim_configurable'
/nix/store/0m2f3nm2xfd0c6r8c0gyjg4vr0wysxvy-vim_configurable-8.0.1257
[clever@amd-nixos:~/apps/nixpkgs/pkgs/applications/editors/vim]$ nix-build -E 'with import <nixpkgs> { config = { vim.python = false; }; }; vim_configurable'
these derivations will be built:
/nix/store/jhcwgf3p55lwr371hacwj44p071miq46-vim_configurable-8.0.1257.drv
these paths will be fetched (0.73 MiB download, 53.12 MiB unpacked):
/nix/store/20aand2cc25y25l3wfkzrry4h17vhcrz-source
/nix/store/jfw4kx7nn2h00smviml21w6fpzvpx013-libXmu-1.1.2-dev
/nix/store/lphn4qn154231b9as0w78q11ap2snqjq-libXaw-1.0.13-dev
/nix/store/yac6g1hhmqyb2yp58bnddrajgy20d61p-gtk+-2.24.31-dev
fetching path ‘/nix/store/20aand2cc25y25l3wfkzrry4h17vhcrz-source’...
*** Downloading ‘http://cache.earthtools.ca/nar/20aand2cc25y25l3wfkzrry4h17vhcrz.nar.bz2’ (signed by ‘c2d.localnet-1’) to ‘/nix/store/20aand2cc25y25l3wfkzrry4h17vhcrz-source’...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment