citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit d6c1aee6db155008fc822eabddb3fa76b9041f4c
parent 962c40a946f4aa16fc7ce94ab13bd1dd0c9d8969
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 19 Sep 2020 04:53:07 -0700

nixpkgs: remove cruft

Diffstat:
Mnix-config/nixpkgs/config.nix | 25-------------------------
1 file changed, 0 insertions(+), 25 deletions(-)

diff --git a/nix-config/nixpkgs/config.nix b/nix-config/nixpkgs/config.nix @@ -14,11 +14,6 @@ in { allowBroken = false; zathura.useMupdf = true; - #firefox = #{ - # enableGoogleTalkPlugin = false; - # enableAdobeFlash = false; - # }; - packageOverrides = super: rec { # /run/current-system/sw/bin/ls $HOME/.emacs.d/elpa | sed 's/-[[:digit:]].*//g;s/\+$/-plus/g' | sort -u @@ -116,10 +111,6 @@ in { # ]; #}); - #ical2org = super.callPackage ./scripts/ical2org { }; - - #footswitch = super.callPackage ./scripts/footswitch { }; - ds4ctl = super.callPackage ./scripts/ds4ctl { }; haskellEnvHoogle = haskellEnvFun { @@ -162,22 +153,6 @@ in { ]; }; - # mk-rust-env = name: rustVer: pkgs.buildEnv { - # name = "rust-dev-${name}"; - # paths = with pkgs; with rustVer; [ - # clang - # rustracer - # rustracerd - # rust - # #cargo-edit - # #rustfmt - # rust-bindgen - # ]; - # }; - - #rust-dev-env-nightly = mk-rust-env "nightly" pkgs.rustChannels.nightly; - #rust-dev-env-beta = mk-rust-env "beta" pkgs.rustChannels.beta; - gaming-env = pkgs.buildEnv { name = "gaming"; paths = with pkgs; [