mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
profiles/dev: set additional Nix options
This commit is contained in:
parent
75ab01a683
commit
025e506499
@ -67,6 +67,12 @@ in {
|
|||||||
# Convenience!
|
# Convenience!
|
||||||
environment.localBinInPath = true;
|
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.
|
# This is set as our system packages for the sake of convenience.
|
||||||
services.lorri.enable = true;
|
services.lorri.enable = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user