aboutsummaryrefslogtreecommitdiff
path: root/.config/nixpkgs/shells
diff options
context:
space:
mode:
Diffstat (limited to '.config/nixpkgs/shells')
-rw-r--r--.config/nixpkgs/shells/deploy-personal.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nixpkgs/shells/deploy-personal.nix b/.config/nixpkgs/shells/deploy-personal.nix
index da2e2a9..4b35e6c 100644
--- a/.config/nixpkgs/shells/deploy-personal.nix
+++ b/.config/nixpkgs/shells/deploy-personal.nix
@@ -1,9 +1,9 @@
with import <nixpkgs> {};
-let version = "f8248ab6d9e69ea9c07950d73d48807ec595e923"; in
+let version= (import /home/thedro/Shares/Projects/ansible/infrastructure/nixos/versions.nix).version; in
mkShell {
- name = "ansible";
+ name = "ansible-nixos";
buildInputs = with python38.pkgs; [ pip ];
shellHook = ''
export VAULT_ADDR='http://vault.test'