| @@ -11,23 +11,13 @@ | |||||
| Nix user config.nix setup. | Nix user config.nix setup. | ||||
| #+BEGIN_SRC conf :mkdirp yes :tangle (tangle/file ".nixpkgs/config.nix" (bound-and-true-p nix-p)) | |||||
| let | |||||
| pkgs = import <nixpkgs> {}; | |||||
| in | |||||
| #+BEGIN_SRC conf :padline no :mkdirp yes :tangle (tangle/file ".nixpkgs/config.nix" (bound-and-true-p nix-p)) | |||||
| { | { | ||||
| packageOverrides = pkgs: with pkgs; | packageOverrides = pkgs: with pkgs; | ||||
| let in rec { | let in rec { | ||||
| custom-pinentry = pinentry.override { gtk2 = null; qt4 = null; ncurses = null; }; | custom-pinentry = pinentry.override { gtk2 = null; qt4 = null; ncurses = null; }; | ||||
| custom-youtube-dl = python27Packages.youtube-dl.override { pandoc = null; }; | custom-youtube-dl = python27Packages.youtube-dl.override { pandoc = null; }; | ||||
| custom-git = git.override { | |||||
| pythonSupport = false; | |||||
| svnSupport = true; | |||||
| guiSupport = false; | |||||
| sendEmailSupport = true; | |||||
| }; | |||||
| default = buildEnv { | default = buildEnv { | ||||
| name = "default"; | name = "default"; | ||||
| ignoreCollisions = true; | ignoreCollisions = true; | ||||
| @@ -44,7 +34,6 @@ Nix user config.nix setup. | |||||
| cscope | cscope | ||||
| ctags | ctags | ||||
| curl | curl | ||||
| custom-git | |||||
| custom-pinentry | custom-pinentry | ||||
| custom-youtube-dl | custom-youtube-dl | ||||
| diffutils | diffutils | ||||
| @@ -58,25 +47,21 @@ Nix user config.nix setup. | |||||
| gist | gist | ||||
| gitAndTools.git-extras | gitAndTools.git-extras | ||||
| gitAndTools.gitFull | gitAndTools.gitFull | ||||
| gmp | |||||
| gnumake | gnumake | ||||
| gnupg | gnupg | ||||
| gnupg1compat | gnupg1compat | ||||
| gnutar | gnutar | ||||
| gnutls | |||||
| graphviz-nox | graphviz-nox | ||||
| haskellPackages.ShellCheck | haskellPackages.ShellCheck | ||||
| haskellPackages.bake | |||||
| haskellPackages.cabal-dependency-licenses | haskellPackages.cabal-dependency-licenses | ||||
| haskellPackages.ghc-core | |||||
| haskellPackages.ghc-mod | haskellPackages.ghc-mod | ||||
| haskellPackages.hasktags | haskellPackages.hasktags | ||||
| haskellPackages.hindent | haskellPackages.hindent | ||||
| haskellPackages.hoogle | |||||
| haskellPackages.hspec | haskellPackages.hspec | ||||
| haskellPackages.idris | haskellPackages.idris | ||||
| haskellPackages.intero | |||||
| haskellPackages.pandoc | haskellPackages.pandoc | ||||
| haskellPackages.shake | |||||
| haskellPackages.stack | |||||
| htop | htop | ||||
| imagemagick | imagemagick | ||||
| iperf | iperf | ||||
| @@ -88,11 +73,11 @@ Nix user config.nix setup. | |||||
| mercurial | mercurial | ||||
| moreutils | moreutils | ||||
| mosh | mosh | ||||
| mr | |||||
| multimarkdown | multimarkdown | ||||
| multitail | multitail | ||||
| mutt | |||||
| munge | munge | ||||
| mr | |||||
| mutt | |||||
| nox | nox | ||||
| openssl | openssl | ||||
| p7zip | p7zip | ||||
| @@ -106,19 +91,19 @@ Nix user config.nix setup. | |||||
| python27Packages.howdoi | python27Packages.howdoi | ||||
| python27Packages.pip | python27Packages.pip | ||||
| python27Packages.pyflakes | python27Packages.pyflakes | ||||
| python27Packages.pylint | |||||
| python27Packages.virtualenv | python27Packages.virtualenv | ||||
| rlwrap | rlwrap | ||||
| rsync | rsync | ||||
| rtags | rtags | ||||
| gmp | |||||
| silver-searcher | silver-searcher | ||||
| sloccount | sloccount | ||||
| sqlite | sqlite | ||||
| sshpass | sshpass | ||||
| stack | |||||
| texlive.combined.scheme-full | texlive.combined.scheme-full | ||||
| tmux | tmux | ||||
| tree | tree | ||||
| unrar | |||||
| unzip | unzip | ||||
| upx | upx | ||||
| wakelan | wakelan | ||||