From f75af4147a9d2f975baee8b710e371294bb5ed3d Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Sat, 25 Jan 2025 14:15:22 -0300 Subject: [PATCH] fix(treewide/nix): disable ca-derivations --- home/gabriel/global/default.nix | 1 - home/gabriel/nixpkgs.nix | 1 - hosts/common/global/nix.nix | 1 - shell.nix | 2 +- 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/home/gabriel/global/default.nix b/home/gabriel/global/default.nix index a4767cf0..a5344f34 100644 --- a/home/gabriel/global/default.nix +++ b/home/gabriel/global/default.nix @@ -20,7 +20,6 @@ experimental-features = [ "nix-command" "flakes" - "ca-derivations" ]; warn-dirty = false; }; diff --git a/home/gabriel/nixpkgs.nix b/home/gabriel/nixpkgs.nix index e08b9617..7ac0b430 100644 --- a/home/gabriel/nixpkgs.nix +++ b/home/gabriel/nixpkgs.nix @@ -14,7 +14,6 @@ in { experimental-features = [ "nix-command" "flakes" - "ca-derivations" ]; warn-dirty = false; flake-registry = ""; # Disable global flake registry diff --git a/hosts/common/global/nix.nix b/hosts/common/global/nix.nix index f25c7267..5853b18d 100644 --- a/hosts/common/global/nix.nix +++ b/hosts/common/global/nix.nix @@ -17,7 +17,6 @@ in { experimental-features = [ "nix-command" "flakes" - "ca-derivations" ]; warn-dirty = false; system-features = [ diff --git a/shell.nix b/shell.nix index 152fcedf..65e11640 100644 --- a/shell.nix +++ b/shell.nix @@ -1,6 +1,6 @@ {pkgs ? import {}, ...}: { default = pkgs.mkShell { - NIX_CONFIG = "extra-experimental-features = nix-command flakes ca-derivations"; + NIX_CONFIG = "extra-experimental-features = nix-command flakes"; nativeBuildInputs = with pkgs; [ nix home-manager