Files
util.nix/devshell/dev/default.nix

8 lines
100 B
Nix

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