about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-10 11:07:39 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:30:03 +0200
commita47db73a45aec68514d3514e7de217d7d68d4166 (patch)
tree3d12402b998bc548a2128c0af1a735ecfee47021
parentFix(treewide): Remove the reference to inputs (diff)
downloadnixos-config-a47db73a45aec68514d3514e7de217d7d68d4166.tar.gz
nixos-config-a47db73a45aec68514d3514e7de217d7d68d4166.zip
Fix(flake): Only activate ca-derivations after feature activate
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 4d35926f..b8d9890e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -89,7 +89,7 @@
     system = "x86_64-linux";
     pkgs = import nixpkgs {
       config = {
-        contentAddressedByDefault = true;
+#contentAddressedByDefault = true;
         config.allowUnfreePredicate = pkg:
           builtins.elem (nixpkgs.lib.getName pkg) [
             "steam"