devShell with secrets management tools
This commit is contained in:
parent
32822bcc3a
commit
e8e402e9b7
2 changed files with 8 additions and 1 deletions
1
.envrc
Normal file
1
.envrc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
use flake . --impure --allow-dirty --no-write-lock-file
|
||||||
|
|
@ -175,7 +175,13 @@
|
||||||
treefmtEval = treefmt-nix.lib.evalModule pkgs_unstable treefmtConf;
|
treefmtEval = treefmt-nix.lib.evalModule pkgs_unstable treefmtConf;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
devShells.default = pkgs.mkShell { buildInputs = [ ]; };
|
devShells.default = pkgs.mkShell {
|
||||||
|
packages = with pkgs; [
|
||||||
|
sops
|
||||||
|
ssh-to-age
|
||||||
|
age
|
||||||
|
];
|
||||||
|
};
|
||||||
formatter = treefmtEval.config.build.wrapper;
|
formatter = treefmtEval.config.build.wrapper;
|
||||||
checks.formatting = treefmtEval.config.build.check self;
|
checks.formatting = treefmtEval.config.build.check self;
|
||||||
# expose nixpkgs with overlay; TODO: figure out role of config
|
# expose nixpkgs with overlay; TODO: figure out role of config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue