mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
Merge branch 'production' into next
This commit is contained in:
@@ -31,7 +31,7 @@ in platformConfig //
|
||||
# contentAddressedByDefault = true;
|
||||
enableCcache = true;
|
||||
})
|
||||
// (inputs.lib.optionalAttrs (nixpkgs.nixRoot == null)
|
||||
// (inputs.lib.optionalAttrs (nixpkgs.nixRoot != null)
|
||||
{ nix = { storeDir = "${nixpkgs.nixRoot}/store"; stateDir = "${nixpkgs.nixRoot}/var"; }; });
|
||||
overlays =
|
||||
[(final: prev:
|
||||
|
||||
Reference in New Issue
Block a user