flake: add devShells

This commit is contained in:
Guanran Wang 2024-06-20 22:04:34 +08:00
parent 832cd5205d
commit e0b167fc03

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: