chore: update authentik version and add deps to nix flake
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -29,6 +29,10 @@
|
||||
terraform
|
||||
tflint
|
||||
typescript-language-server
|
||||
prettier
|
||||
jq
|
||||
openssl
|
||||
awscli2
|
||||
|
||||
# Adding node for copilot
|
||||
nodejs_24
|
||||
@@ -36,12 +40,6 @@
|
||||
# cli tools
|
||||
nodePackages.cdktf-cli
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
# Install the barman cloud plugin
|
||||
kubectl create namespace cnpg-system
|
||||
kubectl apply -f https://github.com/cloudnative-pg/plugin-barman-cloud/releases/download/v0.5.0/manifest.yaml
|
||||
'';
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user