Files
homey/shells/default.nix
T
2026-04-25 21:47:42 +03:00

4 lines
63 B
Nix

{pkgs} @ args: {
default = import ./defaultShell.nix args;
}