flake: add devShells

This commit is contained in:
Guanran Wang 2024-06-20 22:04:34 +08:00
parent 01bd11fd05
commit c77d4acafc

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: