Files
util.nix/devshell/dev/default.nix
2025-09-28 04:44:46 +00:00

8 lines
104 B
Nix

{
system,
self,
pkgs
}: {
hemar = import ./hemar.nix { inherit self system pkgs; };
}