mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Move nh and just into direnv dev-shell
This commit is contained in:
parent
c1a9c265fb
commit
83b5d14b98
5 changed files with 17 additions and 13 deletions
|
|
@ -2,12 +2,21 @@
|
|||
perSystem =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
devShells.sops = pkgs.mkShell {
|
||||
packages = [
|
||||
pkgs.sops
|
||||
pkgs.age
|
||||
pkgs.ssh-to-age
|
||||
];
|
||||
devShells = {
|
||||
default = pkgs.mkShell {
|
||||
packages = [
|
||||
pkgs.just
|
||||
pkgs.nh
|
||||
];
|
||||
};
|
||||
|
||||
sops = pkgs.mkShell {
|
||||
packages = [
|
||||
pkgs.sops
|
||||
pkgs.age
|
||||
pkgs.ssh-to-age
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue