Files
nixos/Droidnix_v1/generated/out_of_tree/terminal_shell/devshell.nix
T
2026-03-23 16:18:38 +00:00

8 lines
108 B
Nix

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