Files
nixos/Droidnix/generated/out_of_tree/terminal_shell/devshell.nix
T
2026-03-16 08:31:13 +00:00

8 lines
108 B
Nix

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