nixos/devshells/default.nix

12 lines
109 B
Nix

{ pkgs }:
pkgs.mkShell {
name = "nix";
packages = with pkgs; [
nil
nixpkgs-fmt
sops
];
}