Skip to content

Commit 3d181e9

Browse files
committed
chore: change name
chore: test pipeline file chore: update workflow file chore: change name
1 parent b949c34 commit 3d181e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
description = "Flake for terraform-aks-meshplatform";
2+
description = "Flake for terraform-azure-meshplatform";
33

44
inputs = {
55
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.05";
@@ -50,7 +50,7 @@
5050
pkgs = importNixpkgs system;
5151
in {
5252
default = pkgs.mkShell {
53-
name = "terraform-aks-meshplatform";
53+
name = "terraform-azure-meshplatform";
5454
packages = (github_actions_preinstalled pkgs) ++ (core_packages pkgs);
5555
};
5656
};

0 commit comments

Comments
 (0)