From d69d3825d55c24420747e080f4840a099176ce51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 13 Oct 2022 15:45:49 +0200 Subject: pkgs: add cynerd-profile The idea is that on NixOS not used solely by me I can use nix profile to install packages and shell environment I want without installing the to the system. --- nixos/modules/develop.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules') diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index 70c8910..76f0d71 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -16,6 +16,7 @@ in { config = mkIf config.cynerd.develop { cynerd.compile = true; + environment.enableDebugInfo = true; environment.systemPackages = with pkgs; [ # Tools tig gource hub github-cli # Git -- cgit v1.2.3