reduce directory nesting
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M flake.nix → flake.nix
@@ -20,7 +20,7 @@ let pkgs = nixpkgs.legacyPackages.${system}; in { - packages.default = pkgs.callPackage ./nix/package { + packages.default = pkgs.callPackage ./nix/pkg.nix { inherit (gomod2nix.legacyPackages.${system}) buildGoApplication; }; devShells.default = pkgs.callPackage ./nix/shell.nix {