home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 6a2cc0a13c22eed9d06c5c0023e338eb04a16152
parent 48e104ec9506d893631978e5600f7f6a3b37557e
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 18 Feb 2019 15:12:32 +0100

dev: move gcc to dev and temp. disable binutils

(`ld` conflicts)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/dev.go.nix | 1-
Mmodules/profiles/dev.nix | 3++-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/profiles/dev.go.nix b/modules/profiles/dev.go.nix @@ -18,7 +18,6 @@ in { profiles.dev.enable = true; home.packages = with pkgs; [ - gcc go gocode godef diff --git a/modules/profiles/dev.nix b/modules/profiles/dev.nix @@ -24,9 +24,10 @@ in **/VENDOR-LICENSE ''; home.packages = with pkgs; [ - binutils-unwrapped + #binutils-unwrapped cmake fswatch + gcc gnumake jq lnav