Files
nixos/Droidnix/generated/modules/system/devshell.nix
T

8 lines
108 B
Nix

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