We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988a514 commit 24c5b34Copy full SHA for 24c5b34
devenv.local.nix.example
@@ -0,0 +1,8 @@
1
+{pkgs, lib, ...}:{
2
+ env = {
3
+ AZURE_ACCOUNT_NAME = "";
4
+ AZURE_ACCESS_KEY = "";
5
+ AZURE_PRIVATE_CONTAINER = "";
6
+ AZURE_PUBLIC_CONTAINER = "";
7
+ };
8
+}
0 commit comments