Files
nixos/Droidnix/generated/out_of_tree/terminal_shell/devshell.nix
T
2026-03-16 11:49:58 +00:00

8 lines
108 B
Nix

{ mkShell, ... }:
mkShell {
buildInputs = with import <nixpkgs> {}; [
nil
nixfmt-rfc-style
];
}