Merge pull request 'shell.nix: remove cc' (!52) from shell-cc into main

Reviewed-on: https://git.pvv.ntnu.no/Drift/pvv-nixos-config/pulls/52
Reviewed-by: Oystein Kristoffer Tveit <oysteikt@pvv.ntnu.no>
This commit is contained in:
Peder Bergebakken Sundt
2024-08-04 02:44:52 +02:00

View File

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