shell.nix: remove cc

This commit is contained in:
Peder Bergebakken Sundt 2024-08-04 01:30:02 +02:00
parent 53040bada1
commit eb74d011db
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ pkgs ? import <nixpkgs> {} }: { pkgs ? import <nixpkgs> {} }:
pkgs.mkShell { pkgs.mkShellNoCC {
nativeBuildInputs = with pkgs; [ packages = with pkgs; [
sops sops
gnupg gnupg
openstackclient openstackclient