1
0
Fork 0

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

Reviewed-on: Drift/pvv-nixos-config#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
commit d59aa08986
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