diff options
author | Karel Kočí <cynerd@email.cz> | 2022-10-13 15:45:49 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-10-13 15:45:49 +0200 |
commit | d69d3825d55c24420747e080f4840a099176ce51 (patch) | |
tree | 11dd5817917524f27259d85f8f4f68c7c9df1619 /nixos | |
parent | 7e45f16948a802a3810d915b315f810f83fe8900 (diff) | |
download | nixos-personal-d69d3825d55c24420747e080f4840a099176ce51.tar.gz nixos-personal-d69d3825d55c24420747e080f4840a099176ce51.tar.bz2 nixos-personal-d69d3825d55c24420747e080f4840a099176ce51.zip |
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.
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/develop.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |