From 68e6caf60e4dc409b2d8616ad9f49045d7be4f30 Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 28 Aug 2020 19:27:50 -0400 Subject: .config/nixpkgs/shells/deploy-personal: Inherit version from truth --- .config/nixpkgs/shells/deploy-personal.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/nixpkgs/shells') 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 {}; -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' -- cgit v1.2.3