profiles/dev: set additional Nix options

This commit is contained in:
Gabriel Arazas 2022-11-19 11:00:15 +08:00
parent 75ab01a683
commit 025e506499

View File

@ -67,6 +67,12 @@ in {
# Convenience!
environment.localBinInPath = true;
# Additional settings for developing with nix.
nix.settings = {
keep-outputs = true;
keep-derivations = true;
};
# This is set as our system packages for the sake of convenience.
services.lorri.enable = true;
environment.systemPackages = with pkgs; [