shell.nix: remove cc #52

Merged
pederbs merged 1 commits from shell-cc into main 2024-08-04 02:44:53 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit eb74d011db - Show all commits

View File

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