devShells/default: provide npins

This commit is contained in:
Max Headroom 2022-05-26 21:28:55 +02:00
parent 29f8f3649a
commit 44af0c7431

View file

@ -84,7 +84,10 @@ in
tools = with flakePkgs; [
agenix
deploy-rs
npins
];
env.NPINS_DIRECTORY.eval = "$REPO_ROOT/packages/sources";
};
reflex-cache = let
inherit (inputs.self.packages.${system}) reflex-cache;