We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b949c34 commit 3d181e9Copy full SHA for 3d181e9
1 file changed
flake.nix
@@ -1,5 +1,5 @@
1
{
2
- description = "Flake for terraform-aks-meshplatform";
+ description = "Flake for terraform-azure-meshplatform";
3
4
inputs = {
5
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.05";
@@ -50,7 +50,7 @@
50
pkgs = importNixpkgs system;
51
in {
52
default = pkgs.mkShell {
53
- name = "terraform-aks-meshplatform";
+ name = "terraform-azure-meshplatform";
54
packages = (github_actions_preinstalled pkgs) ++ (core_packages pkgs);
55
};
56
0 commit comments