diff options
author | Soispha <soispha@vhack.eu> | 2023-04-10 11:07:39 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:30:03 +0200 |
commit | a47db73a45aec68514d3514e7de217d7d68d4166 (patch) | |
tree | 3d12402b998bc548a2128c0af1a735ecfee47021 | |
parent | Fix(treewide): Remove the reference to inputs (diff) | |
download | nixos-config-a47db73a45aec68514d3514e7de217d7d68d4166.tar.gz nixos-config-a47db73a45aec68514d3514e7de217d7d68d4166.zip |
Fix(flake): Only activate ca-derivations after feature activate
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 2 |
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" |