From a47db73a45aec68514d3514e7de217d7d68d4166 Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 10 Apr 2023 11:07:39 +0200 Subject: Fix(flake): Only activate ca-derivations after feature activate --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.4.1