From eb74d011db7cf017f9a0774fb190bec290ac9320 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Sun, 4 Aug 2024 01:30:02 +0200 Subject: [PATCH] shell.nix: remove cc --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 6133b0c2..ee91ca44 100644 --- a/shell.nix +++ b/shell.nix @@ -1,6 +1,6 @@ { pkgs ? import {} }: -pkgs.mkShell { - nativeBuildInputs = with pkgs; [ +pkgs.mkShellNoCC { + packages = with pkgs; [ sops gnupg openstackclient