mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Remove default dev-shell
This commit is contained in:
parent
fe97cabc7d
commit
ab52866a65
1 changed files with 6 additions and 15 deletions
|
|
@ -2,21 +2,12 @@
|
||||||
perSystem =
|
perSystem =
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
devShells = {
|
devShells.sops = pkgs.mkShell {
|
||||||
default = pkgs.mkShell {
|
packages = [
|
||||||
packages = [
|
pkgs.sops
|
||||||
pkgs.just
|
pkgs.age
|
||||||
pkgs.nh
|
pkgs.ssh-to-age
|
||||||
];
|
];
|
||||||
};
|
|
||||||
|
|
||||||
sops = pkgs.mkShell {
|
|
||||||
packages = [
|
|
||||||
pkgs.sops
|
|
||||||
pkgs.age
|
|
||||||
pkgs.ssh-to-age
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue