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:
commit
d59aa08986
@ -1,6 +1,6 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
pkgs.mkShellNoCC {
|
||||
packages = with pkgs; [
|
||||
sops
|
||||
gnupg
|
||||
openstackclient
|
||||
|
Loading…
x
Reference in New Issue
Block a user