summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix18
1 files changed, 9 insertions, 9 deletions
diff --git a/flake.nix b/flake.nix
index 42aba79..77574a8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -62,15 +62,15 @@
})
(filterAttrs (_: machine: machine.isDeployed) ivi.machines);
- devShells."${system}".default = pkgs.mkShell {
- name = "deploy";
- buildInputs = [
- pkgs.bashInteractive
- deploy-rs.packages."${system}".default
- ];
- shellHook = ''
- export HCLOUD_TOKEN="$(pass show personal/hetzner-token)"
- '';
+ devShells."${system}".hetzner = pkgs.mkShell {
+ name = "deploy";
+ buildInputs = [
+ pkgs.bashInteractive
+ deploy-rs.packages."${system}".default
+ ];
+ shellHook = ''
+ export HCLOUD_TOKEN="$(pass show personal/hetzner-token)"
+ '';
};
templates =