Merge pull request 'shell.nix: remove cc' (!52) from shell-cc into main
Reviewed-on: #52 Reviewed-by: Oystein Kristoffer Tveit <oysteikt@pvv.ntnu.no>
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user