flake: add devShells

This commit is contained in:
Guanran Wang 2024-06-20 22:04:34 +08:00
parent 1097ed7242
commit 5bcab213fc
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -161,6 +161,16 @@
### nix {run,shell,build}
packages = import ./pkgs pkgs;
### nix develop
devShells.default = pkgs.mkShell {
packages = with pkgs; [
alejandra
colmena
git
sops
];
};
})
// (let
mkNixOS = system: modules: