devShells/default: provide npins
This commit is contained in:
parent
29f8f3649a
commit
44af0c7431
1 changed files with 3 additions and 0 deletions
|
@ -84,7 +84,10 @@ in
|
||||||
tools = with flakePkgs; [
|
tools = with flakePkgs; [
|
||||||
agenix
|
agenix
|
||||||
deploy-rs
|
deploy-rs
|
||||||
|
npins
|
||||||
];
|
];
|
||||||
|
|
||||||
|
env.NPINS_DIRECTORY.eval = "$REPO_ROOT/packages/sources";
|
||||||
};
|
};
|
||||||
reflex-cache = let
|
reflex-cache = let
|
||||||
inherit (inputs.self.packages.${system}) reflex-cache;
|
inherit (inputs.self.packages.${system}) reflex-cache;
|
||||||
|
|
Loading…
Reference in a new issue