Files
nixos/Droidnix/assets/flake_kanweg/terminal_shell/devshell.nix
T
2026-03-16 08:26:24 +00:00

8 lines
108 B
Nix

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