1
0
mirror of https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git synced 2025-04-03 12:51:23 +02:00

shell.nix: remove cc

This commit is contained in:
Peder Bergebakken Sundt 2024-08-04 01:30:02 +02:00
parent 53040bada1
commit eb74d011db

View File

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